ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / GetItemsCountInViewport Method



In This Topic
    GetItemsCountInViewport Method (C1ListViewerPanel)
    In This Topic
    Gets the number of items in viewport.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetItemsCountInViewport() As Integer
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Integer
     
    value = instance.GetItemsCountInViewport()
    protected virtual int GetItemsCountInViewport()
    protected:
    virtual int GetItemsCountInViewport(); 
    See Also