EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<UserControl x:Class="InfoExpanderView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Expander Header="Properties">
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:EgtCAM5.EgtCAM5">
|
||||
|
||||
<Expander Header="Properties" IsExpanded="{Binding IsEnabled}">
|
||||
<UniformGrid>
|
||||
<TextBox/>
|
||||
<TextBox Text="{Binding InfoBox}"/>
|
||||
</UniformGrid>
|
||||
</Expander>
|
||||
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user