Enum CustomViewBehaviour

    Definition

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

    This specifies customView behavior types.

    public enum CustomViewBehaviour

    Fields

    Name Description
    DisableSizeNegotiation

    True if the control does not need size negotiation, i.e., it can be skipped in the algorithm.

    DisableStyleChangeSignals

    Use to make style change event disabled.

    RequiresKeyboardNavigationSupport

    Use to provide key navigation support.

    ViewBehaviourDefault

    Use to provide default behavior (size negotiation is on, event callbacks are not called).

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX