67e2278d34
- Migliorie varie.
13 lines
493 B
XML
13 lines
493 B
XML
<UserControl x:Class="InfoExpanderView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:EgtCAM5.EgtCAM5">
|
|
|
|
<Expander Header="Properties" IsExpanded="{Binding IsEnabled}" IsEnabled="{Binding IsEnabled}">
|
|
<UniformGrid>
|
|
<TextBox Text="{Binding InfoBox}" MaxHeight="200"/>
|
|
</UniformGrid>
|
|
</Expander>
|
|
|
|
</UserControl>
|