Represents a scrollable area that can contain other visible elements.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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