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

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight..::..C1ScrollViewer

See Also