visibleColumns
This is the array of currently visible column indices.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public int[] visibleColumns { get; set; }
Remarks
This property is the array of column indices of the currently visible columns. The user can toggle visibility on columns using the context menu of the MultiColumnHeader.
Additional Resources: MultiColumnHeader.ToggleVisibility.