FScrollBar | support for a standard UI scrollbar element associated with a text field using setScrollTarget( ) |
Boolean indicating whether a scrollbar is enabled (i.e., responds to mouse input).
Returns the current scroll position as an integer between the minimum and maximum positions.
Registers a skin element for changing the appearance of the scrollbar.
Specifies the callback function to call when the scrollbar is scrolled.
Enables or disables a scrollbar.
Boolean specifying whether the scrollbar should be horizontal (true) or vertical (false).
Specifies the number of units to scroll when the user clicks to either side of the thumb slider (defaults to pageSize as set with setScrollProperties( )).
Sets the current scroll position as an integer between the minimum and maximum positions.
Sets the scrollbar's minimum and maximum positions and page size.
Specifies the text field that the scrollbar causes to scroll (i.e., the text field to which the scrollbar applies), as a string instance name.
Sets the scrollbar length in pixels (its width is fixed).
Specifies the number of units to scroll when the user clicks a scroll arrow (defaults to 1).
Sets a particular style property for the scrollbar (for a list of supported properties, see the FStyleFormat object).