Top "Gridsplitter" questions

GridSplitter is a WPF control that redistributes space between rows or columns in a Grid

Gridsplitter ignores minwidth of columns

I want to have a simple 3 column grid with resizeable columns and a MinWidth of 80. The code looks like this: &…

wpf grid gridsplitter
WPF GridSplitter after resize

Once the gridsplitter is used to resize a grid the row * will not reclaim the space when the other rows …

wpf xaml gridsplitter
WPF: collapse GridSplitter?

I have a WPF page, with a Grid on it. There are three rows. Row 0 contains a GridView with Height="*". …

wpf xaml gridsplitter
Why does my GridSplitter not work at all?

I'm migrating a WinForms app to WPF. Everything has gone well so far except in relation to my attempts to …

wpf xaml gridsplitter
WPF GridSplitter to split/resize two ListBox's?

I've got a grid that has 7 rows in it. Row 0 is a group of 2 buttons Row 1 is a ListBox of …

wpf listbox scroll gridsplitter
GridSplitter MinWidth with fixed size

I have a Grid with 2 columns separated by a GridSplitter using the following XAML code : <Grid> <Grid.…

wpf silverlight xaml silverlight-toolkit gridsplitter
wpf: Can a Grid splitter be used ouside of a grid?

I've got a StackPanel, and it's perfect for laying out columns that the user adds at runtime. But I'd like …

wpf layout gridsplitter