AccordionControl.ResizeMode Property
Gets or sets whether end-users can drag the control’s edge to resize the control horizontally. The property allows you to choose the position of the resize zone.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraBars.Navigation.AccordionControlResizeMode | None | The value that specifies whether horizontal resizing is enabled. |
Remarks
When the ResizeMode property is set to None, horizontal resizing is disabled.
Set the ResizeMode property to InnerResizeZone or OuterResizeZone to enable horizontal resizing
InnerResizeZone - A small resize zone that overlaps the control’s scrollbar and client area.
OuterResizeZone - A wider resize zone that does not overlap the control’s scrollbar and client area.