ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    protected virtual System.bool NeedsMoreItems()
    See Also