Back to Devexpress

AccordionControl.ResizeMode Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-d68e3335.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AccordionControlResizeMode.None)]
[DXCategory("Appearance")]
public AccordionControlResizeMode ResizeMode { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(AccordionControlResizeMode.None)>
Public Property ResizeMode As AccordionControlResizeMode

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.AccordionControlResizeModeNone

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.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace