mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-12-15 00:26:23 +01:00
nice features
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<MenuItem Header="New" />
|
||||
<MenuItem Header="Open" />
|
||||
<Separator />
|
||||
<MenuItem Header="Close" />
|
||||
<MenuItem Command="{Binding CloseCommand}" Header="Close" />
|
||||
</MenuItem>
|
||||
<MenuItem Header="Edit">
|
||||
<MenuItem Header="Copy" />
|
||||
@@ -119,7 +119,6 @@
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="40" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="4" />
|
||||
<ColumnDefinition />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Border
|
||||
@@ -160,11 +159,7 @@
|
||||
<TreeViewItem Header="Child3" />
|
||||
</TreeViewItem>
|
||||
</TreeView>
|
||||
<GridSplitter
|
||||
Grid.Column="2"
|
||||
Width="4"
|
||||
Background="Transparent" />
|
||||
<TabControl Grid.Column="3">
|
||||
<TabControl Grid.Column="2">
|
||||
<TabItem Header="Bolt">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
@@ -190,13 +185,12 @@
|
||||
Command="{Binding ShowDialogCommand}"
|
||||
Label="Hello"
|
||||
Symbol="x³"
|
||||
Value="World" />
|
||||
Value="{Binding WelcomeMessage}" />
|
||||
<controls:PropertyPresenter2
|
||||
Label="Hallo"
|
||||
Symbol="x²"
|
||||
Value="{Binding ValidationTest}" />
|
||||
<controls:PropertyPresenter2 Label="Hello" Value="{Binding BooleanValue}" />
|
||||
|
||||
<controls:PropertyPresenter2 Label="Hello">
|
||||
<Slider
|
||||
AutoToolTipPlacement="TopLeft"
|
||||
|
||||
Reference in New Issue
Block a user