ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / ScrollViewer Property



In This Topic
    ScrollViewer Property (C1ListViewerPanel)
    In This Topic
    Gets the scroll viewer associated with this panel.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property ScrollViewer As ScrollViewer
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As ScrollViewer
     
    value = instance.ScrollViewer
    protected ScrollViewer ScrollViewer {get;}
    protected:
    property ScrollViewer^ ScrollViewer {
       ScrollViewer^ get();
    }
    See Also