Enum View.ViewResizePolicyMode
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
ResizePolicy mode for controlling View's Relayout implementation. It will be used when we can ensure that current view will not use ResizePolicy and Relayout signal.
public enum View.ViewResizePolicyMode
Fields
| Name | Description |
|---|---|
| Default | Default implementation. Will consider ResizePolicy and Relayout implementations |
| Ignore | Ignore ResizePolicy and relative functions. |