gridsplitter Questions
3
Solved
I have two problems with the code below.
Problem 1) In the function MaximizePreview() I want to store the old width of the left column (lastListViewWidth = widthListView) and when calling Maximize...
Alviani asked 6/9, 2016 at 9:36
3
Solved
I have an app with grid with 3 columns. The grid splitter between the first and second columns works just fine. To get the splitter over to be between the second and third columns I made a column f...
Masson asked 12/12, 2009 at 22:39
4
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 ...
Juncaceous asked 17/12, 2011 at 22:42
3
Solved
With the XAML below when I drag the GridSplitter to the left it pushes elements out of the window.
How can I keep all elements within the window frame?
<Grid>
<Grid.ColumnDefinitions>...
Stand asked 16/8, 2013 at 13:43
2
Solved
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" MinWid...
Kiyokokiyoshi asked 31/8, 2010 at 14:0
5
Solved
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 The...
Goliard asked 3/11, 2009 at 7:32
3
I have a grid and I am trying to put both vertical and horizontal GridSplitters. It's my main grid and I would like it to be as fluid as possible.
On my second definition I get "Missing Grid.Colu...
Hypabyssal asked 16/12, 2015 at 14:22
3
Solved
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...
Napkin asked 14/3, 2010 at 13:43
4
Solved
I have a WPF page, with a Grid on it.
There are three rows. Row 0 contains a GridView with Height="*". Row 1 contains a GridSplitter with Height="auto". Row 2 contains a details form with Height="...
Donothing asked 18/9, 2012 at 18:40
3
Solved
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>
<RowDefi...
Tentacle asked 4/5, 2011 at 6:46
1
Solved
In WPF I have a boolean to length converter that I have binded to column and row definitions.
This converter is used to read a binded boolean in order to determine whether the row/column should be...
Airily asked 16/3, 2017 at 22:21
2
Solved
I'm migrating a WinForms app to WPF. Everything has gone well so far except in relation to my attempts to use GridSplitter which I can never seam to make resize anything at run-time.
To make sure ...
Spense asked 1/6, 2010 at 20:57
3
Solved
I have the following XAML:
<Window x:Class="MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>...
Alejandrinaalejandro asked 6/3, 2017 at 12:32
1
Solved
I'm trying to hide a column in a Grid with a GridSplitter when a button is clicked (the button sets the visibility of all items in the third column to collapsed). If I don't move the GridSplitter i...
Leonardoleoncavallo asked 4/5, 2016 at 11:6
1
Solved
It seems I can't use GridSplitter to resize next item. Here is xaml:
<Grid>
<!-- this works -->
<Grid Background="Gray" HorizontalAlignment="Left">
<Grid.ColumnDefinitions&...
Puffer asked 28/4, 2016 at 12:48
1
Solved
I'm using a GridSplitter in my WPF application and would like to set it to a specific initial position from code. I'm stuck with the behaviour of the GridSplitter when setting a specific value to t...
Wendelin asked 25/1, 2016 at 19:39
2
Solved
I have a vertical gridsplitter, but I get an horizontal one instead.
here is my XAML
<GroupBox Header="Phase Management">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition ...
Reticule asked 18/5, 2015 at 13:57
2
Solved
Gridsplitter trouble:
I have a: grid with 4 columns
Column 0 contains a grid with 3 columns
Column 1 contains a gridsplitter
Column 2 contains a stackpanel of width 20 pixels
Column 3 contains a...
Pellmell asked 19/3, 2014 at 20:56
3
Solved
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 t...
Bynum asked 19/6, 2011 at 0:57
1
Solved
I have pretty simple layout, look:
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" MinWidth="200"></ColumnDefinition>
<ColumnDefinition Width="5"></...
Opinicus asked 26/6, 2014 at 6:36
1
Solved
I want a GridSplitter to be visible only when the user has the mouse over it. For that I'm setting a DataTrigger in its style. But I can't figure out what it's wrong because I don't get the desired...
Jeavons asked 5/9, 2013 at 13:16
4
Solved
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 di...
Fallible asked 2/8, 2009 at 7:17
3
Solved
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...
Backbencher asked 11/11, 2009 at 13:18
2
Solved
I'm a beginner in wpf, today I come across an odd issue that the gridsplitter stops working if I add an animation to a grid column, below is the code snippet, it's a meaningless but quite simply te...
Foofaraw asked 20/2, 2012 at 8:22
2
Solved
I've a grid splitter before to the expander(which exists in the right side of a wpf window) and when i was running the app i need to use grid splitter to see more data from expander after its expan...
Tonguelashing asked 17/2, 2012 at 7:56
1 Next >
© 2022 - 2024 — McMap. All rights reserved.