Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether a scroll bar is added to the list view control when there is not enough room to display all of the list view items in the control client area.
Syntax
public void setScrollable( boolean flag )
Parameters
flag
Set to true if scroll bars are added to the control when necessary to allow the user to see all the items; otherwise, set to false. The default value is true.
See Also getScrollable