Property : Scrolling
Page Status: Beta
Contents |
Description
Use the Scrolling property to specify how and when scrollbars are displayed.
This property provides you with a drop-down list containing the following scrolling options:
Never Even when content is rendered beyond the visible window, scroll bars are never displayed. Always Scroll bars appear even when there is nothing to scroll. Always in X The horizontal scroll bar appears even when there is nothing to scroll. Aways in Y The vertical scroll bar appears even when there is nothing to scroll. Auto Scroll bars only appear when there is something to scroll. Auto in X The horizontal scroll bar appears only when there is something to scroll. Auto in Y The vertical scroll bar appears only when there is something to scroll.
Property Editor Location
Layout Tab
Data Type
Enumerated string
Default Values
| Control | Default Value |
|---|---|
| BulletinBoard | Never |
| FormList | Auto In Y |
| Grid | Never |
| HorizontalBox | Never |
| HorizontalWrap | Never |
| VerticalBox | Never |
| VerticalWrap | Never |



