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



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