Tagged Questions
The gridsplitter tag has no wiki summary.
6
votes
1answer
473 views
Stop Gridsplitter stretching content beyond window
Given the below XAML, how do I have the gridsplitter respect the MinHeight given to the 3rd row and have the content remain inside my window?
<Grid>
<Grid.RowDefinitions>
...
6
votes
3answers
6k views
How to toggle a WPF Grid column visibility
I'm having some trouble getting this to work in a WPF app I'm working on. Basically, what I'm after is something like the Task pane in an MMC:
The app has three columns in the main part of the ...
3
votes
2answers
1k views
Combine expander and grid (resizable expander)
I would like to have something like a resizable Expander. My basic idea was something like this:
<Grid HorizontalAlignment="Left">
<Grid.ColumnDefinitions>
...
3
votes
1answer
865 views
WPF GridSplitter - saving and restoring location AND splitting proportionately
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 left ...
3
votes
4answers
5k views
Grid Splitter problem in WPF
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 ( which ...
3
votes
2answers
3k views
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 objects
Row 2 is a group of 3 buttons
Row 3 is a group of 2 buttons
Row 4 is where my GridSplitter lives
Row ...
2
votes
1answer
61 views
How does one use a WPF/SL Grid and GridSplitter as a bindable SplitContainer?
Suppose you want to allow a user to re-size a WPF/SL Grid containing two columns. But you also want to allow the user to hide one column (a "panel") or the other column. When both columns (panels) ...
2
votes
2answers
63 views
Gridsplitter not showing
I am new to WPF. I declared my Grid as so:
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"></ColumnDefinition>
<ColumnDefinition ...
2
votes
1answer
55 views
Why isn't my GridSplitter showing up?
I have a simple Window that looks like this:
<Window x:Class="StackOverflowExample.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
2
votes
1answer
271 views
What parameter to serialize for saving location of WPF GridSplitter?
I want to save the location of a GridSplitter used to separate two grid columns.
What should I serialize? The Width of the column before the splitter? The Left property of the splitter? The size and ...
2
votes
2answers
1k views
GridSplitter with button for pinning like behavior
I'm looking to extend the GridSplitter in some way to add a button which when click expands or collapses the control to one of the specified sides of the splitter.
I've found a solution that works ...
2
votes
1answer
645 views
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:
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120" ...
2
votes
3answers
2k views
WPF unwanted grid splitter behaviour
I have a simple grid with 3 columns (one of which contains a grid splitter). When resizing the grid and the left column reaches its minimum width, instead of doing nothing it increases the width of ...
2
votes
2answers
954 views
How do you programmatically adjust the horizontal divider of a PropertyGrid control?
I am using a .NET PropertyGrid control in my C# project.
When the form containing the grid loads, the horizontal splitter (which divides the Settings from the Description) is at a default position. ...
2
votes
2answers
1k views
WPF SharedSizeGroup GridSplitter Issue
I wish to use a Grid for my top level layout. The Grid will have 1 column and n rows. Each row in the Grid should also contain a Grid which shall have 3 columns and 1 row. In the second column is a ...
2
votes
1answer
687 views
Gridsplitter stretch limits - WPF
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 ...
1
vote
1answer
40 views
GridSplitter works fine using keyboard, but keeps springing back when using a mouse
When dragging GridSplitters with a mouse - some splitters in my grid work fine, while others jump back to original position before I can drop them at a new position. Sometimes after trying many times ...
1
vote
0answers
54 views
How to keep gridsplitter seempless scrolling in ListBox control
I have a ListBox with Grid in its data template. In Grid I have a Splitter control. Now the problem is: when I bind the item source of list box then multiple grid are generated internally and because ...
1
vote
0answers
28 views
reset the columndefintion in a grid with gridsplitter?
i ve got a grid with two columns and a gridsplitter in the middle. So the user can use his own division of the grid. Now i search for a way to reset the Grid to start (both columns are in the same ...
1
vote
1answer
188 views
Gridsplitter behaviour when hiding a WPF grid column
I'm pretty new to WPF, so please excuse me if this is 'old hat' these days... have trawled the web/forum and haven't quite found the answer I need:
I have a WPF grid with 5 columns - three for data, ...
1
vote
0answers
40 views
Gridsplitter and Touch
I am using a GridSplitter to resize columns (what else :)). Works fine.
However, I am evolving in a Surface V2 environment and if I use touch simulation the Touch events are not transmitted to my dear ...
1
vote
2answers
836 views
WPF listview/gridsplitter/scrollviewer resize problem
I have a problem with the gridsplitter pushing my listview out of view in this combination. Steps to reproduce:
Start program, drag the window size larger
Drag the red splitter all the way left to ...
1
vote
3answers
1k views
WPF GridSplitter after resize
Once the gridsplitter is used to resize a grid the row * will not reclaim the space when the other rows are collapsed.
I have the following grid in a master detail view with three rows. A data grid ...
1
vote
1answer
215 views
How to set initial height of a GridSplitter 'pane'?
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 ...
1
vote
2answers
605 views
programatically set width of a column within a grid
Is it possible to set the width of a column for Grid within Silverlight? I have a grid (not a grid view) with two columns. ColumnA and ColumnB. What I am trying to accomplish is when a user clicks on ...
1
vote
1answer
380 views
Wpf GridSplitter replaces binding on row.height property
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>
...
1
vote
1answer
183 views
VS2010 WPF designer automatically adds HorizontalAlignment=“Stretch” to gridsplitter
I have this strange issue where anytime I open a XAML file that contains a Grid with a GridSplitter inside it, and the XAML Designer runs, it wants to add the property HorizontalAlignment to the ...
1
vote
2answers
769 views
Dragging GridSplitter causes cell to grow when using Auto height/width
I am using a GridSplitter to resize a cell in a grid however its behaviour is not what I am expecting and I cannot find a solution. It is a grid of three rows, the first has a row definition set to ...
1
vote
2answers
586 views
WPF GridSplitter
I am experiencing weird behaviour whilst using the WPF GridSplitter.
I have the appropriate HorizontalAlignment properties set to stretch and when I resize them the GridSplitter jumps around, ...
1
vote
1answer
870 views
SL4 datagrid with datapager and gridsplitter
I have a grid with two Rows and a GridSplitter.
In the first Row I have a StackPanel which has the DataPager and DataGrid in it.
In the second Row I have the Expander Control vertically bottom ...
1
vote
2answers
447 views
Using GridSplitter in a Xaml file for both Silverlight and WPF
I have a Xaml file which is used in a project which can be built for both Silverlight and WPF. I want to use the GridSplitter control. However, this control is in different Xaml namespaces on ...
1
vote
2answers
888 views
WPF Grid : GridSplitter event
I need to put a event while resizing grid columns using a gridsplitter.
I tried using 'sizeChanged' event on the columns getting affected. But its not working
Please tell me how to do that
Thanks
1
vote
2answers
359 views
Increase WPF GridSplitter mouse grabbing threshold
Is it possible to increase the distance from a grid splitter from which the user can grab it?
My splitter is only 1px in width. I would like to be able to grab the splitter from a greater distance.
...
1
vote
2answers
4k views
Styling GridSplitter wpf C#
i want to style my GridSplitter like adding dots on it (as found on http://msdn.microsoft.com/en-us/library/aa970265.aspx).
i also want to change gridsplitter color on mouseOver, or apply Aero Theme.
...
1
vote
3answers
3k views
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 the columns to be resizable, and I was reading about the GridSplitter control. Here's what ...
0
votes
2answers
51 views
WPF Desktop Application layout dilemma
I want to develope my first real WPF Desktop Application. It's quite a lot of time since my last desktop application, which was developed with .NET 2.0 and Windows Forms. Since i have to develope a ...
0
votes
0answers
26 views
Usage of GridSplitter with Grids with a dynamic number of elements
I have a dynamic number of elements in a grid and use a Template for visualization:
<UserControl x:Class="MUSTANG.GUI.TableModule.Controls.ColumnAxis"
...
0
votes
1answer
54 views
Put resizable Expander to expand from right to left
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 ...
0
votes
0answers
27 views
Complex controls in a Popup
I am building a control allowing to manage some items and select one.
It comprises a TextBox and a Button allowing to open a Popup where it all happens.
I would like to have a list of items with ...
0
votes
0answers
85 views
GridSplitter overrides ColumnDefinition's style trigger?
I ran into a strange issue...
It looks like resizing Grid's columns using a GridSplitter disables (or otherwise deactivates) the trigger defined on a Grid's column.
Here's my setup:
A Grid has 3 ...
0
votes
1answer
42 views
How do I retrieve column width in a WPF Grid using a GridSplitter?
I need to display to the user two listboxes - one on either side of the window - and allow the user to choose how much screen space is devoted to each. I have achieved that much with the following ...
0
votes
0answers
25 views
WPF Grid with Splitter - Resize from Code - overright XAML?
I have a Grid with two columns and a splitter in the middle. Two methods can set the columns to their Minimum, after a call the GridSplitter can be moved over the end of the Grid - any ideas why this ...
0
votes
1answer
57 views
How to change a style when GridSplitter is focused in Silverlight 4
I have a Silverlight 4 Page.
The page contains a single grid, with three columns. In the middle column, I have put the GridSplitter.
By default it is blue.
I can set its color using its Foreground ...
0
votes
3answers
69 views
WPF Splitter visibility
<Grid x:Name="LayoutRoot" Background="White">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto" />
...
0
votes
0answers
67 views
WPF Design:: How to show/hide and expand treeview in relation to datagrid
I'm trying to realize the following design problem in WPF:
On the left there should be a treeview (or a similar control), to the right a grid showing data. It should be possible to collapse the ...
0
votes
1answer
62 views
GridSplitter in a Frame; expand beyond border problems
I've got a generic view for displaying data in a Silverlight RIA application. Basically, the view takes in a parameter which is the query required by RIA to get the data, and the data is displayed ...
0
votes
0answers
31 views
GridSplitter Push the Next Column Once the Immediate Column Goes to Zero
Three columns and two GridSplitter. The behavior I would like is when the left splitter is dragged to the right once the width of the middle column goes to zero start to take space from the right ...
0
votes
0answers
136 views
How to I make an Expander whose expanded size can be controlled via a GridSplitter? [closed]
Possible Duplicate:
WFP combine expander and grid (resizable expander)
I'm sure there's an easy answer to this question, but I'm not seeing it.
I'm laying out a Grid that contains three ...
0
votes
2answers
348 views
Silverlight: GridSplitter inside ScrollViewer behaving unexpectedly
I'm trying to build a two-column layout where the width of the columns can be changed by using a splitter. The right column's width shouldn't change when the browser window is resized (it shouldn't be ...
0
votes
1answer
151 views
Silverlight 4.0: GridSplitter is splitting incorrectly
Please help, the grid splitter in not splitting correctly to the right, the testing button content. Is there anything I've missed out in using grid splitter?
<local:LayoutTemplateSelector ...