ScrollControl Class
In This Article
An abstract base class providing scrolling support for all derived class objects.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[StyleTypedProperty(Property = "HorizontalScrollBarStyle", StyleTargetType = typeof(ScrollBar))]
[StyleTypedProperty(Property = "CornerBoxStyle", StyleTargetType = typeof(CornerBox))]
[StyleTypedProperty(Property = "VerticalScrollBarStyle", StyleTargetType = typeof(ScrollBar))]
public abstract class ScrollControl :
PanelBase,
IScrollControl,
IPanel,
IControl
#Remarks
Since the ScrollControl class is abstract, you can not create an instance of it directly. Use one of its descendants instead.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Panel
DevExpress.Xpf.Core.PanelBase
ScrollControl
#Extension Methods
See Also