Back to Devexpress

AccordionContentContainerSizeMode Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-860d2b45.md

latest1.7 KB
Original Source

AccordionContentContainerSizeMode Enum

Enumerates values that specify whether an AccordionContentContainer is stretched vertically to occupy the Accordion Control’s available empty space.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AccordionContentContainerSizeMode
vb
Public Enum AccordionContentContainerSizeMode

Members

NameDescription
Fixed

A content container has a fixed height, specified by the AccordionContentContainer.Height property.

| | Stretch |

A content container is stretched vertically to occupy the control’s empty space. You can use the AccordionContentContainer.MaximumSize and AccordionContentContainer.MinimumSize properties to limit the container’s height.

|

The following properties accept/return AccordionContentContainerSizeMode values:

See Also

DevExpress.XtraBars.Navigation Namespace