ToggleVisibility(int)
Method for toggling the visibility of a column.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected virtual void ToggleVisibility(int columnIndex)
Parameters
Toggle visibility for this column.
Remarks
This is also called from the context menu of the MultiColumnHeader. This method toggles the visiblity state, calls ::ef::OnVisibleColumnsChanged which in turn dispatces the MultiColumnHeader.visibleColumnsChanged event.