menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfListViewHelper

    Helper class to provide information for SfListView.

    Inheritance
    System.Object
    SfListViewHelper
    Namespace: Syncfusion.ListView.XForms.Control.Helpers
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public static class SfListViewHelper : Object

    Methods

    GetScrollView(SfListView)

    Helper method to get the ExtendedScrollView class.

    Declaration
    public static ExtendedScrollView GetScrollView(this SfListView listView)
    Parameters
    Type Name Description
    SfListView listView

    Represents the SfListView.

    Returns
    Type Description
    ExtendedScrollView

    Returns the scroll view.

    GetVisualContainer(SfListView)

    Helper method to get the VisualContainer class.

    Declaration
    public static VisualContainer GetVisualContainer(this SfListView listView)
    Parameters
    Type Name Description
    SfListView listView

    Represents the SfListView.

    Returns
    Type Description
    VisualContainer

    Returns the VisualContainer.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved