How to add a splitter pane dynamically at runtime?
Regards,
Wishnu
HI,
yes you can add a pane dynamically at run time
Here is a code snippet:
WebSplitter1.Panes.Add();
Here is a help link to the add method:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.Web.v8.3~Infragistics.Web.UI.LayoutControls.SplitterPaneCollection~Add.html