Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ScrollViewer Class
Members

In This Topic
    C1ScrollViewer Class
    In This Topic
    Represents a scrollable area that can contain other visible elements.
    Object Model
    C1ScrollViewer Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1ScrollViewer 
       Inherits System.Windows.Controls.ContentControl
    [TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
    [ContentProperty("Content", true)]
    public class C1ScrollViewer : System.Windows.Controls.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