<?xml version="1.0" encoding="Windows-1255" ?><Component name="Scroller" id="core.lib:Scroller" sort="24" urn="core.lib:Scroller.htc" toc="\"><Summary>A vertical/horizontal scrolling container.</Summary><Remarks>For proper operation, the Scroller element must be absolutely positioned (see &lt;q ref=&quot;core.lib:Global!BOUNDING_BOX&quot;&gt;BOUNDING_BOX&lt;/q&gt; structure. do not use percentages).</Remarks><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright>
<Topics>
<Property name="inset" type="String" default="0 0 0 0" access="RW" sortGroup="true" scope="public" id="core.lib:Scroller!inset" sort="34" group="Properties" seq="0000"><Summary>Gets or sets the scroller inset values.</Summary><Remarks>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: &quot;top right bottom left&quot; (whitespace-separated).</Remarks></Property>
<Property name="mode" type="Enum" default="HOVER" access="RW" sortGroup="true" scope="public" id="core.lib:Scroller!mode" sort="34" group="Properties" seq="0001"><Summary>Gets or sets the scroller mode.</Summary><Remarks>The possible scroller mode are:
		&lt;table class=&quot;VERT&quot;&gt;&lt;tr&gt;&lt;td class=&quot;H V&quot;&gt;HOVER &lt;/td&gt;&lt;td class=H&gt;Scroll on mouse hover &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=V&gt;CLICK &lt;/td&gt;&lt;td&gt;Scroll on mouse click &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</Remarks></Property>
<Property name="size" type="Number" default="14" access="RW" sortGroup="true" scope="public" id="core.lib:Scroller!size" sort="34" group="Properties" seq="0002"><Summary>Gets or sets the scrollers size (in pixels).</Summary></Property>
<Property name="step" type="Number" default="10" access="RW" sortGroup="true" scope="public" id="core.lib:Scroller!step" sort="34" group="Properties" seq="0003"><Summary>Gets or sets the scrolling step (in pixels).</Summary></Property>
<Property name="type" type="Enum" default="VERT" access="RW" sortGroup="true" scope="public" id="core.lib:Scroller!type" sort="34" group="Properties" seq="0004"><Summary>Gets or sets the scroller type.</Summary><Remarks>The possible scroller types are:
		&lt;table class=&quot;VERT&quot;&gt;&lt;tr&gt;&lt;td class=&quot;H V&quot;&gt;VERT &lt;/td&gt;&lt;td class=H&gt;Vertical scrollers (up/down) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=V&gt;HORZ &lt;/td&gt;&lt;td&gt;Horizontal scrollers (left/right) &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=V&gt;BOTH &lt;/td&gt;&lt;td&gt;Both vertical and horizontal scrollers &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=V&gt;NONE &lt;/td&gt;&lt;td&gt;No scrollers &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</Remarks></Property>
<Method name="refresh" sortGroup="true" scope="public" id="core.lib:Scroller!refresh" sort="35" group="Methods" seq="0005"><Summary>Refreshes the scrollers display.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;refresh&lt;/b&gt;() &amp;rarr; void"></Parameters><Return></Return><Remarks>Call this method after changing the contents to ensure that the scrollers reflect
		the new contents size.</Remarks></Method>
</Topics>
</Component>