| Member | Description | 
|---|---|
| Auto | 4 - Display scrollbars only when needed. This is the same as setting the CSS overflow property of an HTML element to "auto". | 
| Both | 3 - Always display scrollbars. This is the same as setting the CSS overflow property of an HTML element to "scroll". | 
| None | 0 - Never display scrollbars. This is the same as setting the CSS overflow property of an HTML element to "hidden". | 
