Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Column

class in UnityEditor.IMGUI.Controls

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

Description

Column state.

Properties

allowToggleVisibilityOption to allow/disallow hiding the column from the context menu.
autoResizeOption to allow the column to resize automatically when resizing the entire MultiColumnHeader.
canSortIs sorting enabled for this column. If false, left-clicking this column header has no effect.
contextMenuTextIf this is set then it is used for the context menu for toggling visibility, if not set then the ::headerContent is used.
headerContentThis is the GUIContent that will be rendered in the column header.
headerTextAlignmentAlignment of the header content.
maxWidthMaximum width of the column.
minWidthMinimum width of the column.
sortedAscendingValue that controls if this column is sorted ascending or descending.
sortingArrowAlignmentAlignment of the sorting arrow.
widthThe width of the column.

Did you find this page useful? Please give it a rating: