|
WebGet pbScroll to BooleanVariable |
WebSet pbScroll to BooleanVariable/Value |
Get pbScroll to BooleanVariable |
Set pbScroll to BooleanVariable/Value |
Description
If False, the list will render itself without scrollbars and its height will be determined by the amount of rows. If the data changes, the height of the list will change and controls below the list will be pushed down. Usually, the parent container will display a scrollbar if its contents get too large. In this mode, the list will load all data from the server at once (even if peDbGridType is set to gtAutomatic). Note that piHeight, piMinHeight and pbFillHeight are ignored.
If True, the list will determine its height based on piHeight or pbFillHeight and piMinHeight. A scrollbar will be shown and the list scrolls using its own scrolling engine. This also supports paged data loading if peDbGridType is set to gtAutomatic).
To avoid the cWebList not displaying rows, set this property to True when the cWebList is used inside a cWebListExpandPanel object.
About Web Properties
Each web property maintains two values: The regular property value is set during object creation and should not
be changed during the lifetime of that object. To access that value, use the standard property
Get and Set syntax.
The web property value is the local value stored at each client. This is synchronized to the client's
local value whenever a server call is being processed. To access the web property value,
use the WebGet and WebSet syntax
above instead of the standard Get and Set syntax.