Class CollectionViewScrolledEventArgs
EventArgs for CollectionView Scrolled event
Inheritance
System.Object
System.EventArgs
CollectionViewScrolledEventArgs
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.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class CollectionViewScrolledEventArgs : EventArgs
Properties
CenterItemIndex
Center item on scrolled area
Declaration
public int CenterItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FirstVisibleItemIndex
First visible item on scrolled area
Declaration
public int FirstVisibleItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HorizontalDelta
Delta of horizontal just before event
Declaration
public double HorizontalDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorizontalOffset
Scrolled offset horizontally
Declaration
public double HorizontalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LastVisibleItemIndex
Last visible item on scrolled area
Declaration
public int LastVisibleItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VerticalDelta
Delta of vertical just before event
Declaration
public double VerticalDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalOffset
Scrolled offset vertically
Declaration
public double VerticalOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |