Files
EgtCAM5/ProjectPage/OptionPanel/MachiningOptionPanel/MachiningsTreeViewExpander/MachiningTreeExpanderView.xaml
T
Emmanuele Sassi f359364b91 EgtCAM5 :
- Migliorie varie.
2016-07-14 14:41:29 +00:00

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>