[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Width for the color sample (swatch) displayed for colors in the item list.
Source position: colorbox.pas line 207
public property TCustomColorListBox.ColorRectWidth : Integer |
ColorRectWidth is an Integer property which contains the number of pixels used to draw the color sample (or swatch) for each of the Colors in the list box control. The height for the list Item is in the ItemHeight property.
If an explicit value has not been assigned to ColorRectWidth, the value in cDefaultColorRectWidth is scaled to the current display density and used as the property value.
Setting a new value for the property causes the control to be redrawn.
Use ColorRectOffset for the number of pixels used between the color sample and its color name.
Version 4.0 | Generated 2025-05-03 | Home |