AD
Administrator
Syncfusion Team
July 5, 2003 12:12 PM UTC
Hi David,
the "dynamic splitter" is the Syncfusion.Windows.Forms.SplitterControl.
You can ignore that property in regards to the TreeViewAdv because it does not have support yet for dynamic splitting of panes.
Our grid control is also derived from ScrollControl as is TreeViewAdv. ScrollControl provides the plumbing for the grid or any other derive control to have scrollbars and have these scrollbars be shared with a parent SplitterControl. The parent SplitterControl can then split the control into two vertical and/or horizonal panes.
Stefan