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
ListView.setBorderStyle
Sets a value indicating the kind of border the list view control has.
Syntax
public void setBorderStyle( int value )
Parameters
value
An integer that specifies the kind of border the list view control has. Possible values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the list view control has a three-dimensional border. The default value is BorderStyle.FIXED_3D.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid BorderStyle constant.
See Also getBorderStyle