12 lines
372 B
XML
12 lines
372 B
XML
<Grid x:Class="GridSplitterLeft"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:EgtCAM5"
|
|
DockPanel.Dock="Left">
|
|
|
|
<GridSplitter Width="5"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Stretch"/>
|
|
|
|
</Grid>
|