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.

    LastViewBehaviourFlag

    Do not use! This will be deprecated!

    RequiresHoverEventsSupport

    True if OnHover() callback is required.

    RequiresKeyboardNavigationSupport

    Use to provide key navigation support.

    RequiresTouchEventsSupport

    True if OnTouch() callback is required.

    RequiresWheelEventsSupport

    True if OnWheel() callback is required.

    ViewBehaviourDefault

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

    Extension Methods

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