Represents a scrollable area that can contain other visible elements.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "ScrollViewer", Type = typeof(ScrollViewer))] public class C1ScrollViewer : ContentControl |
Visual Basic |
---|
<TemplatePartAttribute(Name := "ScrollViewer", Type := GetType(ScrollViewer))> _ Public Class C1ScrollViewer _ Inherits ContentControl |
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
C1.WPF..::..C1ScrollViewer
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
System.Windows.Media..::..Visual
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls..::..ContentControl
C1.WPF..::..C1ScrollViewer