Files
EgtCAM5/ProjectPage/OptionPanel/DrawOptionPanel/ManageLayerExpander/ManageLayerExpanderView.xaml
T
Emmanuele Sassi 6233d89e0f EgtCAM5 :
- primo rilascio.
2016-07-06 09:46:23 +00:00

17 lines
626 B
XML

<UserControl x:Class="ManageLayerExpanderView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Expander Header="Layers" Grid.Row="0">
<StackPanel>
<TextBox/>
<UniformGrid Rows="1">
<Button Content="Button4" Width="40" Height="40"/>
<Button Content="Button5" Width="40" Height="40"/>
<Button Content="Button6" Width="40" Height="40"/>
</UniformGrid>
<TreeView/>
</StackPanel>
</Expander>
</UserControl>