Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Collapsible Panel

0.00/5 (No votes)
11 Jan 2005 1  
A collapsible panel user control.

Sample Image

Introduction

Ever ran out of screen area to display all of the form widgets? Here's the solution, a control to manage your user interface widgets. A two state control container that expands and shrinks, giving a tidy effect to the UI.

Using the code

  1. Add CollapsablePanel.cs to your project or add the assembly to your project references.
  2. Open the host form in design view, drag and drop the control on the form.
  3. Drop all of the widgets required onto a panel (System.Windows.Forms.Panel).
  4. Arrange the widgets and set the "ContentPane" property of the control to the panel you made.
  5. Set the "Button_Text" for the caption text, "Animation_Rate", and "ContentPane_HEIGHT" (maximum height for the content pane).

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here