windowsforms-devexpress-dot-xtrabars-dot-navigation-db116345.md
A container of custom controls for AccordionControl elements.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class AccordionContentContainer :
XtraScrollableControl,
IMouseWheelSupportIgnore,
IDirectCompositionChild
Public Class AccordionContentContainer
Inherits XtraScrollableControl
Implements IMouseWheelSupportIgnore,
IDirectCompositionChild
The following members return AccordionContentContainer objects:
The AccordionControlElementBase.ContentContainer property allows you to display custom controls when AccordionControl elements are expanded.
Use the AccordionContentContainer.SizeMode property to stretch the container vertically, so it occupies all available empty space.
See AccordionControlElementBase.ContentContainer for more information.
Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl AccordionContentContainer
See Also