Retrieves a value indicating the kind of border the list view control has.
public int getBorderStyle()
Returns an integer that specifies the kind of border the list view control has. Possible return values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the list view control has a three-dimensional border.
See Also setBorderStyle