I would like there to be a little bit of white space between collapsible panels. What should I do? Make panels with white space content in between with no CollapsedDirection?
Also, is it possible to style out the "buttons" generated? I think that these are too small.
Hello Alan,
Let me know if you have further questions.
To set one pane with empty content between the other two is possible approach in this situation since the pane is by default collapsing all its content. You may also set it as “Locked” in order to prevent resizing.
About the buttons - splitter bar has CSS classes that can be used to style its appearance – “CollapseButtonCssClass”, “ThicknessCssClass”, “CollapseNextPaneButton” etc. You can see these classes in “WebSplitter” property window in Visual Studio Designer (“SplitterBar” section).
The button images themselves are located in “ig_res” project folder (images subfolder) and can be changed with other images if needed. They are named “igspl_...”
Inform me if you have further questions.