67e2278d34
- Migliorie varie.
12 lines
390 B
XML
12 lines
390 B
XML
<UserControl x:Class="OperationPropertyExpanderView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<Expander Header="Operation Parameters" IsExpanded="{Binding IsEnabled}">
|
|
<UniformGrid>
|
|
<TextBox Text="{Binding InfoBox}"/>
|
|
</UniformGrid>
|
|
</Expander>
|
|
|
|
</UserControl>
|