widthOfAllVisibleColumns
Returns the sum of all the widths of the visible columns in the MultiColumnHeaderState.visibleColumns array.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public float widthOfAllVisibleColumns { get; }
Remarks
The user can toggle visibility on columns using the context menu of the MultiColumnHeader.
Additional Resources: MultiColumnHeaderState.Column.width.