[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Width for the band in pixels.
Source position: comctrls.pp line 2525
published property TCoolBand.Width : Integer |
Width is an Integer property with the width of the band in pixels. The default value for the property is defined in the cDefWidth constant in the class instance.
Changing the value for the property causes the Changed method to be called to update all of the items in the bands collection for the parent control.
The value in Width is updated when methods like CalculateAndAlign and AutosizeWidth are called, and when the bands collection in the parent control is updated. The value in the property includes the space needed for the icon image, caption text, the associated control, and borders or spacing.
Use MinWidth to specify a minimum width in pixels for the band.
|
Minimum width for the band. |
|
|
Gets the width needed for the band when its parent Control is auto-sized. |
|
|
Indicates whether the band is drawn with a fixed size. |
|
|
Text displayed as the identifier or caption for the band. |
|
|
Ordinal position for the image displayed for the band. |
|
|
Height needed for the band and its visual elements. |
|
|
Calculates the size and position for visible bands using the orientation, layout, and order for the control. |
|
|
Horizontal space reserved between visual elements on the control. |
|
|
Vertical space reserved between visual elements in the control. |
|
|
Indicates if bands on the control have a fixed size. |
|
|
Indicates the action used to maximize the width for a band on the control. |
Version 4.0 | Generated 2025-05-03 | Home |