Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : MIN-COLUMN-WIDTH-PIXELS attribute
 

MIN-COLUMN-WIDTH-PIXELS attribute

(Graphical interfaces only)
Sets the minimum width of a browse column in pixels. If the browse has not been realized, all browse columns are minimally this size when realized. If the browse has been realized, any browse column smaller than the specified minimum is increased to the minimum width.
Data type: INTEGER
Access: Readable/Writeable
Applies to: BROWSE widget
The default minimum browse column width is 1 pixel.
An error occurs if you attempt to programmatically set the width of a browse column to a value smaller than the value specified using the MIN-COLUMN-WIDTH-PIXELS attribute.
If COLUMN-RESIZABLE is set to TRUE, the user cannot change a column's width to be less than the minimum width specified with the MIN-COLUMN-WIDTH-PIXELS attribute.
The MIN-COLUMN-WIDTH PIXELS attribute affects the FIT-LAST-COLUMN attribute. As a result, if FIT-LAST-COLUMN is set to TRUE, the last browse column is only resized to fit within the viewport if its width is no smaller than the minimum width. See the FIT-LAST-COLUMN attribute for more information about the FIT-LAST-COLUMN.