ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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
     
    Public Class C1ScrollViewer 
       Inherits Windows.UI.Xaml.Controls.ContentControl
    public class C1ScrollViewer : Windows.UI.Xaml.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.C1ScrollViewer

    See Also