Version: 2019.4
LanguageEnglish
  • C#

MultiColumnHeaderState.Column.allowToggleVisibility

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public bool allowToggleVisibility;

Description

Option to allow/disallow hiding the column from the context menu.

This state is used by the context menu of the MultiColumnHeader to enable/disable the column names in the menu. Ensure at least one column does not allow to toggle visibility so not all the columns can be hidden. When used with a TreeView it would be a good idea to disallow hiding the column with the TreeView foldout arrows.