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