Enum CustomViewBehaviour
Definition
- 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). |