Site statistics
Members : 19Content : 104
Content View Hits : 18408
Who's Online
We have 308 guests online| Asp.net panel scrollbar properties |
|
|
|
| Articles - Asp.net | ||||||
| Written by Dot4Pro | ||||||
| Friday, 27 March 2009 05:30 | ||||||
ASP.NET Panel ScrollBars PropertyDefinition and UsageThe ScrollBars property is used to set or return the position and visibility of scroll bars in the Panel control. Note: If you want to set the vertical scrollbar set the height of the panel to fixed height. If you want to set the horizontal scrollbar set the widht of the panel to fixed widht. If both , set both height and widht of the panel to fixed height/widht.
Syntax
ExampleThe following example sets the ScrollBars property to "Vertical" in a Panel control:
|
||||||
| Last Updated on Thursday, 17 December 2009 16:49 |


