menu

MAUI

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

    Show / Hide Table of Contents

    Class SelectionController

    A class that handles the selection related processes and events.

    Inheritance
    System.Object
    SelectionController
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public class SelectionController : Object

    Constructors

    SelectionController(SfListView)

    Initializes a new instance of the SelectionController class.

    Declaration
    public SelectionController(SfListView listView)
    Parameters
    Type Name Description
    SfListView listView

    The instance of SfListView.

    Methods

    AnimateSelectedItem(ListViewItem)

    Animates the selected item.

    Declaration
    protected virtual void AnimateSelectedItem(ListViewItem selectedListViewItem)
    Parameters
    Type Name Description
    ListViewItem selectedListViewItem

    The item to be animated.

    Remarks

    This method should be overridden in derived classes to implement specific animation logic for the selected item.

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