Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3521
Content Between Panels
posted

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.

Parents
No Data
Reply
  • 15979
    Suggested Answer
    posted

    Hello Alan,

    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.

Children