Skip to main content

TcxHeaderSection.MinWidth Property

Specifies the section’s minimum width.

Declaration

property MinWidth: TcxNaturalNumber read; write; default 30;

Property Value

Type Default
TcxNaturalNumber 30

Remarks

The MinWidth property specifies the minimum width (in pixels) of the section. You can handle the OnSectionResize and OnSectionTrack events to react to changes of header control section widths.

The default value of the MinWidth property is 0.

See Also