6233d89e0f
- primo rilascio.
17 lines
626 B
XML
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>
|