Attributes |
Name | Required | Binding Type | EL | Default | Description |
autoScrollbars | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Assigning true turns on automatic scrollbar visibility control. When this option is turned on, scrollbars are automatically hidden when the displayed data entirely fits in the visible area. |
horizontal | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Defines whether horizontal scroling should be activated (false by default). |
position | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | Defines the current scrolling position |
vertical | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Defines whether vertical scroling should be activated (true by default). |