Class ScrollOutOfBoundEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    ScrollOutofBoundEventArgs is to record scroll out-of-bound event arguments which will be sent to user.

    public class ScrollOutOfBoundEventArgs : EventArgs
    Inheritance
    object
    ScrollOutOfBoundEventArgs

    Constructors

    View Source

    ScrollOutOfBoundEventArgs(Direction, float)

    Constructor.

    Declaration
    public ScrollOutOfBoundEventArgs(ScrollOutOfBoundEventArgs.Direction direction, float displacement)
    Parameters
    Type Name Description
    ScrollOutOfBoundEventArgs.Direction direction

    Current pan direction

    float displacement

    Current total displacement

    Properties

    View Source

    Displacement

    Current total displacement of ContentContainer. if its value is greater than 0, it is at the top/left; if less than 0, it is at the bottom/right.

    Declaration
    public float Displacement { get; }
    Property Value
    Type Description
    float
    View Source

    PanDirection

    Current pan direction of ContentContainer.

    Declaration
    public ScrollOutOfBoundEventArgs.Direction PanDirection { get; }
    Property Value
    Type Description
    ScrollOutOfBoundEventArgs.Direction

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX