menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChatScrolledEventArgs

    Provides data for the Scrolled event.

    Inheritance
    System.Object
    ChatScrolledEventArgs
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class ChatScrolledEventArgs : ScrolledEventArgs

    Constructors

    ChatScrolledEventArgs(Double, Double)

    Initializes a new instance of the ChatScrolledEventArgs class.

    Declaration
    public ChatScrolledEventArgs(double x, double y)
    Parameters
    Type Name Description
    System.Double x

    A value that determines the horizontal position of the listview.

    System.Double y

    A value that determines the Vertical position of the listview.

    Properties

    IsBottomReached

    Gets or sets a value indicating whether scrolling has reached the bottom.

    Declaration
    public bool IsBottomReached { get; set; }
    Property Value
    Type
    System.Boolean

    IsTopReached

    Gets or sets a value indicating whether scrolling has reached the top.

    Declaration
    public bool IsTopReached { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved