WPF Grid splitters
Adding splitters to the WPF grid couldn't be easier.
Vertical
Horizontal
ResizeDirection="Rows" Background="Transparent"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch" Grid.Row="1" />
Adding splitters to the WPF grid couldn't be easier.
ResizeDirection="Rows" Background="Transparent"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch" Grid.Row="1" />