CHAN Reference
Chan Home | Reference Home | Event Firing Order | web.config
Controls.Panel
- Name Panel
- CSS Class CC_Panel
- Type NA
The Panel is a simple container control, optionally enclosing its contents in a DIV. It can - even when invisible - contain and persist controls' values across postbacks. Alternatively it can itself be enclosed within a TabPanel control for an instant tabbed interface.
The Panel can also be used to automatically enclose sections in the page for use in a Template Region, via the Region property. When used for a Region the Panel can not be enclosed in another control (such as a form). The remainder of the ASPX page will still be rendered into the Built-in Content Region.
Roadmap
- Remove Region property in favour of the Fragment control?
- Scrolling