75d05a8b31
- gestiti panel con Visibility - gestiti elementi grafici in ProjectV con ItemsControl - eliminato pannello Printing3d - aggiunta gestione Plugin - verifica bit per Plugin
13 lines
766 B
XML
13 lines
766 B
XML
<Grid x:Class="BottomTrayV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
|
|
DockPanel.Dock="Bottom">
|
|
<EgtWPFLib5:EgtMachGroupPanelV DataContext="{StaticResource MachGroupPanelViewModel}"
|
|
RepaetButtonStyle="{StaticResource CustomScrollBarButton}"
|
|
MachGroupButtonStyle="{StaticResource {x:Type ToggleButton}}"
|
|
IsToolBar="False"
|
|
IsTopDockable="True" IsBottomDockable="True" IsLeftDockable="False"
|
|
IsRightDockable="False" />
|
|
</Grid>
|