Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListFlags
ReorderableListFlags Enumeration
Additional flags which can be passed into reorderable list field.
[FlagsAttribute] public enum ReorderableListFlags
| Member | Description |
|---|---|
| DisableReordering |
Hide grab handles and disable reordering of list items.
|
| HideAddButton |
Hide add button at base of control.
|
| HideRemoveButtons |
Hide remove buttons from list items.
|
| DisableContextMenu |
Do not display context menu upon right-clicking grab handle.
|
| DisableDuplicateCommand |
Hide "Duplicate" option from context menu.
|
| DisableAutoFocus |
Do not automatically focus first control of newly added items.
|
| ShowIndices |
Show zero-based index of array elements.
|
| DisableClipping |
Do not attempt to clip items which are out of view.
|