Class ScrollBar.ScrollIntervalEventArgs

    Definition

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

    Event arguments that passed via the ScrollPositionIntervalReached event.

    public class ScrollBar.ScrollIntervalEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ScrollBar.ScrollIntervalEventArgs

    Properties

    View Source

    CurrentScrollPosition

    The current scroll position of the scrollable content.

    Declaration
    public float CurrentScrollPosition { get; set; }
    Property Value
    Type Description
    float
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX