Welcome to ZettaCube forum. Here you can discuss various issues regarding our ZeeControls product. If you want to contact our developers directly, please email to support@zettacube.com.
Please register to post a message. Registration is immediate and free. Return users please login here.
In the demo, all the panels could only be resized to a certain minimum size by moving the splitters. How can I change this behavior? Specifically, can the panels be resized to 0 pixels wide (just like collapsed)?
In the WebSplitterPanel and WebSplitterUpdatePanel objects, there is a MinSize property for you to control the minimum size of the panel. The demo is using the default value of 20 pixels.
You may also want to check out the MaxSize and StepSize properties that are also used to restrict the panel resizing behavior.