How to put 3 or 4 horizontal splitters in a form and put some controls between them? Is there any easy step-by-step way to do it? I can add many splitters to the form but I don't know how to position the controls between the splitters. The samples that come with Infragistics only show how to do that with 2 splitters, it is getting me very confused. Thank you.
Hello,
One way to do this is adding one control to your form, then Dock this control at a top, for example. After that add an UltraSpliter to this form and dock the UltraSpliter to top. You could repeat this multiple times. More about UltraSpliter you could find here :
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.3/CLR2.0/html/WinSplitter.html
Let me know if you have any further questions.