Class ScrollBar.ScrollIntervalEventArgs

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll

Event arguments that passed via the ScrollPositionIntervalReached event.

C#
Copy
public class ScrollBar.ScrollIntervalEventArgs : EventArgs
Inheritance
object
System.EventArgs
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
float