wpf-devexpress-dot-xpf-dot-core-cf8fd5d1.md
An abstract base class providing scrolling support for all derived class objects.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public abstract class ScrollControl :
PanelBase,
IScrollControl,
IPanel,
IControl
Public MustInherit Class ScrollControl
Inherits PanelBase
Implements IScrollControl,
IPanel,
IControl
Since the ScrollControl class is abstract, you can not create an instance of it directly. Use one of its descendants instead.
Show 17 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Panel DevExpress.Xpf.Core.PanelBase ScrollControl LayoutControlBase
See Also