ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewerPanel Class / ScrollViewer Property

In This Topic
    ScrollViewer Property
    In This Topic
    Gets the scroll viewer associated with this panel.
    Syntax
    'Declaration
     
    Protected ReadOnly Property ScrollViewer As Windows.UI.Xaml.Controls.ScrollViewer
    protected Windows.UI.Xaml.Controls.ScrollViewer ScrollViewer {get;}
    See Also