EgtCAM5 :
- primo rilascio.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user