menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfListViewHelper - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfListViewHelper

    Helper class to provide information for SfListView.

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

    Methods

    GetScrollView(SfListView)

    Helper method to get the ListViewScrollView class.

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

    Represents the SfListView.

    Returns
    Type Description
    ListViewScrollView

    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