A vertical/horizontal scrolling container.For proper operation, the Scroller element must be absolutely positioned (see <q ref="core.lib:Global!BOUNDING_BOX">BOUNDING_BOX</q> structure. do not use percentages).(c) SAP AG 2003-2006. All rights reserved. Gets or sets the scroller inset values.The inset values are used for adjusting the positions of the scrollers relative to the bounding box of the scrolling area. The inset values are listed in the following order: "top right bottom left" (whitespace-separated). Gets or sets the scroller mode.The possible scroller mode are: <table class="VERT"><tr><td class="H V">HOVER </td><td class=H>Scroll on mouse hover </td></tr><tr><td class=V>CLICK </td><td>Scroll on mouse click </td></tr></table> Gets or sets the scrollers size (in pixels). Gets or sets the scrolling step (in pixels). Gets or sets the scroller type.The possible scroller types are: <table class="VERT"><tr><td class="H V">VERT </td><td class=H>Vertical scrollers (up/down) </td></tr><tr><td class=V>HORZ </td><td>Horizontal scrollers (left/right) </td></tr><tr><td class=V>BOTH </td><td>Both vertical and horizontal scrollers </td></tr><tr><td class=V>NONE </td><td>No scrollers </td></tr></table> Refreshes the scrollers display.Call this method after changing the contents to ensure that the scrollers reflect the new contents size.