The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is it possible to use the grid splitter to dynamically split a grid vertically into three or more sections? How exactly is the splitter used? I've looked at the example project, but it's pretty sparse on details, and searching for "split" in the knowledge base on the website produced one relevant topic, but the link brought me to the wrong page.
ADAdministrator Syncfusion Team June 10, 2003 01:14 PM UTC
Don,
the splitter supports dynamics splitting into 2 vertical or 2 horizontal panes.
To use a splitter drag the SplitterControl onto a form. Then drag a GridContol inside the SplitterControt. The will then be a child of the splitter and its "FillSplitterPane" property should be set to true. The property indicates that the grid wants to share scrollbars with its parent and occupy the whole pane area.
Stefan
MSMaxim Software SystemsJune 11, 2003 12:15 PM UTC
So, there's no way to make more than one split in an Essential Grid?
ADAdministrator Syncfusion Team June 11, 2003 01:33 PM UTC
That is correct. You can only split each direction once, having at most 4 panes.