resizable
Indicates whether the columns can be resized interactively by user.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public bool resizable { get; set; }
Remarks
The resize behaviour of a specific column in the column collection can be specified by setting Column.resizable. A column is effectively resizable if both Column.resizable and Columns.resizable are both true.