Skip to main content

TcxCustomPopupEditProperties.PopupSizeable Property

Specifies if users can resize the editor’s drop-down window.

Declaration

property PopupSizeable; default True;

Property Value

Type Default Description
Boolean True

True if users can drag borders of the drop-down window with an embedded control; otherwise, False.

Remarks

Users can drag drop-down window borders to resize the window with an embedded control. PopupMinWidth and PopupMinHeight property values define the minimum drop-down window dimensions.

You can set the PopupSizeable property to False to prevent users from resizing the editor’s drop-down window.

Default Value

The PopupSizeable property’s default value is True.

See Also