gridsplitter Questions

1

Solved

I would like to have the Expander from question below (see the accepted answer) which is a perfect solution for me. I just want to have it on the right side. Combine expander and grid (resizable e...
Aelber asked 13/1, 2012 at 9:26

2

Solved

I am new to WPF. I declared my Grid as so: <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"></ColumnDefinition> <ColumnDefinition Width="5"></ColumnDefinition&g...
Googol asked 18/8, 2011 at 15:55

1

Solved

I am using a GridSplitter in my WPF Window. Above the splitter is a TreeView, below is a DockPanel containing amongst other things a textbox. When I select an item in the TreeView, the DockPanel's ...
Weylin asked 14/4, 2011 at 12:8

2

Solved

I would like to have something like a resizable Expander. My basic idea was something like this: <Grid HorizontalAlignment="Left"> <Grid.ColumnDefinitions> <ColumnDefinition Width...
Sextillion asked 5/4, 2011 at 14:19

1

Solved

I'm having a hard time with grid splitter. I've bound the RowDefinition.Height dependency property to the clr property of the model as presented below. <Grid.RowDefinitions> <RowDefiniti...
Tsimshian asked 10/3, 2011 at 12:43

1

Solved

I am creating a 3-column UI with grid splitters between the columns. I have the requirement to save the sate of the columns so that if the user closes and reopens the app it looks just like they le...
Shevat asked 16/2, 2011 at 15:45

2

Solved

I want a Grid layout with two rows and splitter between them. Rows should have a minimum height of 80 pixels. This code works great: <Grid> <Grid.RowDefinitions> <RowDefinition H...
Cyrenaic asked 19/10, 2010 at 10:42

4

Solved

I want a layout like VS 2008. In which I want two columns and second columns is again split into two. I done that in the xaml mentioned below, but the GridSplitter is not visible vertically ( whic...
Galle asked 17/11, 2009 at 11:15

1

Solved

I would like to set some limits/boundaries on the amount of pixels we can stretch a gridsplitter control which is inside a grid.How is this possible? Basically one should not be allowed to pull the...
Forethought asked 30/6, 2009 at 15:38

© 2022 - 2025 — McMap. All rights reserved.