From cedcf1dd4fde938afa9c28dd4695c2e4ea94dc7d Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Tue, 13 Nov 2018 14:20:44 +0000 Subject: [PATCH] =?UTF-8?q?EgtDOORCreator=201.9k3=20:=20-=20aggiunta=20di?= =?UTF-8?q?=20nuovo=20parametro=20(=20ActiveBox);=20-=20possibilit=C3=A0?= =?UTF-8?q?=20di=20selezionare=20l'ultimo=20ddf=20letto=20(=20in=20modalit?= =?UTF-8?q?=C3=A0=20singola=20porta);=20-=20elimino=20l'errore=20dopo=20la?= =?UTF-8?q?=20modifica=20dei=20parametri;=20-=20porto=20il=20focus=20sul?= =?UTF-8?q?=20ddf=20selezionato=20(=20in=20modalit=C3=A0=20progetto).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssemblyManager/AssemblyManagerV.xaml | 8 +- AttachedBehavior/ScrollIntoView.vb | 157 ++++++++++++++++++++++++++ DoorParameters/Compo.vb | 74 ++++++++++++ EgtDOORCreator.vbproj | 2 + HardwareManager/Hardware.vb | 23 +++- HardwareManager/HardwarePageV.xaml | 5 + My Project/AssemblyInfo.vb | 4 +- ProjectManager/ProjectManagerVM.vb | 53 +++++++-- 8 files changed, 311 insertions(+), 15 deletions(-) create mode 100644 AttachedBehavior/ScrollIntoView.vb diff --git a/AssemblyManager/AssemblyManagerV.xaml b/AssemblyManager/AssemblyManagerV.xaml index f50086f..9d02a30 100644 --- a/AssemblyManager/AssemblyManagerV.xaml +++ b/AssemblyManager/AssemblyManagerV.xaml @@ -1,6 +1,7 @@  @@ -23,7 +24,10 @@ + Style="{StaticResource DoorListBox}" Name="AssemblyList" Grid.ColumnSpan="2" Margin="0,0,28,0.4" Grid.RowSpan="2"> + + + @@ -33,7 +37,7 @@