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
TrackBar.setAutoSize
Sets a boolean value indicating whether the trackbar automatically adjusts its size to fit the size of the slider.
Syntax
public void setAutoSize( boolean value )
Parameters
value
Set to true if the trackbar adjusts its height (for a horizontal trackbar) or width (for a vertical trackbar) to fit the slider; otherwise, set to false. The default value is true.
See Also getAutoSize