.NET MAUI GridSplitter Overview
The Telerik UI for .NET MAUI GridSplitter is a control, which allows the redistribution of space between columns or rows in a Grid. By dragging the splitter, users can resize the target columns or rows to better fit the content.
The GridSplitter control automatically detects the target columns or rows to resize. As you drag the control, it begins resizing and redistributing space between them. You can specify whether the GridSplitter resizes rows or columns, as well as which columns or rows are adjusted relative to the GridSplitter's defined position.
You can define the GridSplitter to be located within its own row (for horizontal GridSPlitter) or column (for a vertical GridSplitter). You can also place the GridsPlitter control to the following positions:
The GridSplitter is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
- In a cell with another control.
- As a last element in the Grid, in order to position the GridSplitter on top of the control that the GridSplitter shares a cell with.
Key Features
- Resize behavior—The GridSplitter allows you to control which columns or rows are resized relative to the position of the splitter.
- Resize direction—You can control whether the GridSplitter control resizes rows or columns.
- Visual states—You can use visual states to change the appearance of the control based on its state—for example, when it's disabled or hovered.
- Styling API—The GridSplitter exposes a set of styling properties for customizing its visual appearance and enables you to set its background, border, and gripper color.