Skip to main content
All docs
V26.1
  • 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.v26.1.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