f8b17066de
- Migliorie varie.
12 lines
381 B
XML
12 lines
381 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>
|
|
<TextBox Text="{Binding InfoBox}"/>
|
|
</UniformGrid>
|
|
</Expander>
|
|
|
|
</UserControl>
|