A newer version of this page is available.
Switch to the current version.
XtraScrollableControl Class
The skinnable panel with built-in auto-scroll functionality.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "XtraScrollableControl")]
[SmartTagSupport(typeof(ControlBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagAction(typeof(XtraScrollableControlActions), "DockInParentContainer", "Dock In ParentContainer", SmartTagActionType.CloseAfterExecute)]
[SmartTagAction(typeof(XtraScrollableControlActions), "UndockFromParentContainer", "Undock From ParentContainer", SmartTagActionType.CloseAfterExecute)]
[SmartTagFilter(typeof(XtraScrollableControlFilter))]
public class XtraScrollableControl :
ScrollableControl,
ISupportLookAndFeel,
IDXControl,
IMouseWheelSupport,
IGestureClient,
IXtraResizableControl,
ISupportAppearanceObjectPropertiesFilter
<ToolboxBitmap(GetType(ToolboxIconsRootNS), "XtraScrollableControl")>
<SmartTagSupport(GetType(ControlBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)>
<SmartTagAction(GetType(XtraScrollableControlActions), "DockInParentContainer", "Dock In ParentContainer", SmartTagActionType.CloseAfterExecute)>
<SmartTagAction(GetType(XtraScrollableControlActions), "UndockFromParentContainer", "Undock From ParentContainer", SmartTagActionType.CloseAfterExecute)>
<SmartTagFilter(GetType(XtraScrollableControlFilter))>
Public Class XtraScrollableControl
Inherits ScrollableControl
Implements ISupportLookAndFeel,
IDXControl,
IMouseWheelSupport,
IGestureClient,
IXtraResizableControl,
ISupportAppearanceObjectPropertiesFilter
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
Inheritance
See Also
Feedback