Skip to main content

TcxMultiEditorRowProperties.Fixed Property

Specifies if all items of the multi editor row will be resized when the user drags the right edge of the band.

Declaration

property Fixed: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The user can work in a bands view layout (see TcxVirtualVerticalGrid.LayoutStyle). When working in a bands view layout the user can resize (if the value of the TcxvgOptionsBehavior.BandSizing property is True) the band’s width within the grid control client area by dragging the right edge of the band. When the value of the Fixed property is True only the right most item in the multi editor row will be resized. Otherwise resizing will affect all the items in the multi editor row.

When the value of the TcxvgOptionsView.AutoScaleBands property is True the band fills the width of the control client area and band resizing is unavailable.

The default value of the Fixed property is False.

See Also