Represents a scrollable area that can contain other visible elements.

Namespace:  C1.WPF
Assembly:  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

See Also