Class TScrollBars
TScrollBars class. TScrollBars defines the enumerable type for the possible
scroll bar mode that a TPanel
control could use.
The following enumerable values are defined:
- None: no scroll bars.
- Auto: scroll bars automatically appeared when needed.
- Both: show both horizontal and vertical scroll bars all the time.
- Horizontal: horizontal scroll bar only
- Vertical: vertical scroll bar only
- TEnumerable implements Iterator
-
TScrollBars
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TPanelStyle.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TPanelStyle.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Auto |
'Auto' |
|
string |
Both |
'Both' |
|
string |
Horizontal |
'Horizontal' |
|
string |
Vertical |
'Vertical' |