Unity - Scripting API: MultiColumnHeaderState
class in UnityEditor.IMGUI.Controls
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.
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.
This state object.
Properties
| Property | Description |
|---|---|
| columns | The array of column states used by the MultiColumnHeader class. |
| maximumNumberOfSortedColumns | This property controls the maximum number of columns returned by the sortedColumns property. |
| sortedColumnIndex | This property holds the index to the primary sorted column. |
| sortedColumns | The array of column indices for multiple column sorting. |
| visibleColumns | This is the array of currently visible column indices. |
| widthOfAllVisibleColumns | Returns the sum of all the widths of the visible columns in the visibleColumns array. |