Class ChatScrolledEventArgs
Provides data for the Scrolled event.
Inheritance
System.Object
ChatScrolledEventArgs
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.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 |