-
Grid Splitter
- Allows resizing of adjacent Grid rows or columns
by the application’s end user, i.e. not a design time only feature.
- Examples
- This example shows a Grid Splitter on the UI Runtime that has
resized two columns, that were initially set to an equal size.
- To replicate this example:
- Create a Grid with three columns.
- Set the center column’s width to AUTO
- Add a Grid Splitter to the center column (column index 1)
- Details
- Grid Splitter can only be used inside of a Grid
control.
- Over-constraining the rows/columns surrounding
the Grid Splitter can prevent the Grid Splitter from resizing the Grid.
- See Also