Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TabBase.setMultiline
Sets a boolean value indicating whether multiple rows of tabs can be displayed to allow all tabs to be visible at one time.
Syntax
public final void setMultiline( boolean value )
Parameters
value
Set to true if tabs can be displayed in multiple rows to allow all tabs to be visible at one time; set to false if tabs cannot be displayed in multiple rows and the user must navigate to tabs that are not displayed using the mouse, the keyboard, or the arrows that appear on the control. The default value is false.
See Also getMultiline