Class ScrollBar.ScrollIntervalEventArgs

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the ScrollPositionIntervalReached event.

C#
Copy
public class ScrollIntervalEventArgs : EventArgs
Inheritance
ScrollBar.ScrollIntervalEventArgs

Properties

View Source

CurrentScrollPosition

The current scroll position of the scrollable content.

Declaration
C#
Copy
public float CurrentScrollPosition { get; set; }
Property Value
Type Description
Single
API Level: 3