Back to Devexpress

XtraScrollableControl Class

windowsforms-devexpress-dot-xtraeditors-7a9f6c9d.md

latest4.4 KB
Original Source

XtraScrollableControl Class

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class XtraScrollableControl :
    ScrollableControl,
    ISupportLookAndFeel,
    IDXControl,
    IMouseWheelSupport,
    IGestureClient,
    IXtraResizableControl,
    ISupportAppearanceObjectPropertiesFilter,
    IDirectXProviderOwner,
    IDirectXClientProvider,
    IRoundedPanelLayoutSupport
vb
Public Class XtraScrollableControl
    Inherits ScrollableControl
    Implements ISupportLookAndFeel,
               IDXControl,
               IMouseWheelSupport,
               IGestureClient,
               IXtraResizableControl,
               ISupportAppearanceObjectPropertiesFilter,
               IDirectXProviderOwner,
               IDirectXClientProvider,
               IRoundedPanelLayoutSupport

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.

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.

Implements

IXtraResizableControl

Inheritance

Show 26 items

Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl FluentDesignFormContainer

AccordionContentContainer

XtraPanel

NavBarGroupControlContainer

GridSplitContainer

XtraLayoutPanelBase

PopupControlContainer

StackPanel

TabNavigationPage

DiagramPanAndZoomControl

TablePanel

PopupContainerControl

NavigationPage

NavigationPageBase

GroupControl

SplitContainerControl

PanelControl

TileBarDropDownContainer

XtraTabPage

XRDesignPanel

See Also

XtraScrollableControl Members

DevExpress.XtraEditors Namespace