Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(AccordionControlResizeMode.None)]
[DXCategory("Appearance")]
public AccordionControlResizeMode ResizeMode { get; set; }

#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.

    image

  • OuterResizeZone - A wider resize zone that does not overlap the control’s scrollbar and client area.

    image

See Also