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



In This Topic
    NeedsMoreItems Method
    In This Topic
    Gets true when the viewport is close to the bottom.
    Syntax
    'Declaration
     
    
    Protected Overridable Function NeedsMoreItems() As Boolean
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Boolean
     
    value = instance.NeedsMoreItems()
    protected virtual bool NeedsMoreItems()
    protected:
    virtual bool NeedsMoreItems(); 
    See Also