Hide any of the Splitter panels
Q:
How can I hide a Splitter panel?
A:
You can hide/unhide a Splitter panel using client side methods CollapsePanel and ExpandPanel, or click on the arrow image from the Splitter resize bar. To make the collapse/expand arrow image visible set server property CollapsePanel.
Check the Collapse/Expand Panel live example.
See also how to set a Splitter panel as collapsed on page load.
|