Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionController

    Show / Hide Table of Contents

    Class SelectionController

    A class that handles the selection related processes and events.

    Inheritance
    System.Object
    SelectionController
    Implements
    System.IDisposable
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class SelectionController : Object, IDisposable

    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)

    Provides selected ListViewItem to set animation when selecting the item.

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

    selected ListViewItem.

    Dispose()

    Disposes all allocated resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the instances, if parameter is true.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Represents the boolean value for disposing objects.

    Implements

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