UI for .NET MAUI
The Telerik UI for .NET MAUI GridSplitter control allows you to easily redistribute spaces between columns or rows in a Grid. By dragging the splitter, you can resize the target columns or rows to better fit the content. The GridSplitter control automatically detects the target columns or rows to resize and as you drag the control, it begins resizing and redistributing space between them. It is a valuable control for creating resizable layouts in .NET MAUI applications, enhancing flexibility and improving user experience across different devices.
The GridSplitter allows you to control which columns or rows are resized relative to the position of the splitter.
See the .NET MAUI GridSplitter documentation: Resize Behavior
You can control whether the GridSplitter control resizes rows or columns.
See the .NET MAUI GridSplitter documentation: Resize Direction
The GridSplitter exposes a set of styling properties for customizing its visual appearance and enables you to set its background, border and gripper color.
You can use visual states to change the appearance of the control based on its state—for example, when it's disabled or hovered.