Class ItemsViewScrolledEventArgs
Provides data for the CollectionView.Scrolled event.
Inheritance
System.Object
System.EventArgs
ItemsViewScrolledEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class ItemsViewScrolledEventArgs : EventArgs
Properties
CenterItemIndex
Gets or sets the center item index on the scrolled canvas.
Declaration
public int CenterItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FirstVisibleItemIndex
Gets or sets the first visible item index on the scrolled canvas.
Declaration
public int FirstVisibleItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HorizontalDelta
Gets or sets the scrolled horizontal delta.
Declaration
public double HorizontalDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorizontalOffset
Gets or sets the scrolled horizontal offset.
Declaration
public double HorizontalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LastVisibleItemIndex
Gets or sets the last visible item index on the scrolled canvas.
Declaration
public int LastVisibleItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VerticalDelta
Gets or sets the scrolled vertical delta.
Declaration
public double VerticalDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalOffset
Gets or sets the scrolled vertical offset.
Declaration
public double VerticalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |