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

XtraScrollableControl Class

The skinnable panel with built-in auto-scroll functionality.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public class XtraScrollableControl :
    ScrollableControl,
    ISupportLookAndFeel,
    IDXControl,
    IMouseWheelSupport,
    IGestureClient,
    IXtraResizableControl,
    ISupportAppearanceObjectPropertiesFilter,
    IDirectXProviderOwner,
    IDirectXClientProvider

#Remarks

The XtraScrollableControl serves as a container for other controls and provides auto-scrolling behavior. To enable this behavior, set the XtraScrollableControl.AutoScroll property to true.

XtraScrollableControl

The XtraScrollableControl.AutoScrollMinSize property specifies the minimum screen size allocated to the automatic scroll bars. When the size of the XtraScrollableControl is smaller than the specified minimum size, or a child control is located outside the bounds of the XtraScrollableControl, the appropriate scroll bars are displayed.

See Also