Enum CustomViewBehaviour

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies customView behavior types.

C#
Copy
public enum CustomViewBehaviour
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).