From http://www.w3schools.com (Copyright Refsnes Data)
Complete Panel Control Reference
The ScrollBars property is used to set or return the position and visibility of scroll bars in the Panel control
|
<asp:Panel ScrollBars="value" runat="server"> Some Content </asp:Panel> |
| Attribute | Description |
|---|---|
| value | Specifies the which scrollbars are shown or not shown. Possible values:
|
ExampleThe following example sets the ScrollBars property to "Auto" in a Panel control:
Show example » |
Complete Panel Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)