| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| autoSaveScrollPos | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | A flag that indicates whether or not the scroll position is saved between page submissions. |
| binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.util.ScrollPosition)
| only | null | A value-binding expression that associates the ScrollPosition component with a backing bean property. |
| for | false | javax.el.ValueExpression
(must evaluate to boolean)
| true | true | An id of the scrollable component. If specified - the scroll position of the scrollable component will be saved, otherwise the scroll position of the page will be saved. |
| value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| true | null | The position of the scroll when the page is loaded. In this attribute, you should specify the coordinates of the top left corner of a page's visible area. |