f359364b91
- Migliorie varie.
14 lines
380 B
XML
14 lines
380 B
XML
<UserControl x:Class="MachiningTreeExpanderView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<Expander Header="Machinings List" IsExpanded="{Binding IsEnabled}">
|
|
<UniformGrid>
|
|
<TreeView>
|
|
|
|
</TreeView>
|
|
</UniformGrid>
|
|
</Expander>
|
|
|
|
</UserControl>
|