I would like to build an accordion style form with three panes. Inbetween each pane, I would like to have a splitter, where the splitter between the top 2 panes is docked to the top, and the splitter between the bottom 2 panes is docked to the bottom.
I am unable to convince the controls to dock in this manner. Can you give me any help?
As an alternative, do you think a accordion style form could be achieved with the UltraExplorerBar.
I figured out how to dock the three panes with splitters as follows:
1. Drop pane on form and dock to top
2. Drop pane on form and dock to bottom
3. Drop splitter on form and dock to top
4. Drop splitter on form and dock to bottom
5. Drop pane on form and set dock to fill.
This make an accordion form where the middle adjusts to fill the extra space when resized.
Now when I resize the form the panes overlap the middle pane. So, I'm still not where I need to be.
Anyone create an accordion form with Infragistics controls?