menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadMoreOption - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LoadMoreOption

    Defines option for the load more support of SfListView.

    Inheritance
    System.Object
    LoadMoreOption
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public sealed class LoadMoreOption : Enum

    Fields

    Auto

    Automatically executes the load more command when end of the list is reached.

    Declaration
    public const LoadMoreOption Auto
    Field Value
    Type
    LoadMoreOption

    AutoOnScroll

    Executes the load more command when UI interaction happens with the list view and when end of the list is reached.

    Declaration
    public const LoadMoreOption AutoOnScroll
    Field Value
    Type
    LoadMoreOption

    Manual

    Displays the load more button when end of the list is reached and executes the load more command when the button is tapped.

    Declaration
    public const LoadMoreOption Manual
    Field Value
    Type
    LoadMoreOption

    None

    Load more option will not be enabled.

    Declaration
    public const LoadMoreOption None
    Field Value
    Type
    LoadMoreOption
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »