変数
canSort Use this property to control whether sorting is enabled for all the columns.
currentColumnIndex The index of the column that is currently being handled during an event. This property can be used for column specific handling when overriding AddColumnHeaderContextMenuItems
height Customizable height of the multi column header.
sortedColumnIndex The index of the column that is set to be the primary sorting column. This is the column that shows the sorting arrow above the header text.
state This is the state of the MultiColumnHeader.
Public 関数
GetCellRect Calculates a cell rect for a column and row using the visibleColumnIndex and rowRect parameters.
GetColumn Returns the column data for a given column index.
GetColumnRect Returns the header column Rect for a given visible column index.
IsColumnVisible Check if a column is currently visible in the MultiColumnHeader.
OnGUI Render and handle input for the MultiColumnHeader at the given rect.
Repaint Requests the window which contains the MultiColumnHeader to repaint.
ResizeToFit Resizes the column widths of the columns that have auto-resize enabled to make all the columns fit to the width of the MultiColumnHeader render rect.
SetSorting Sets the primary sorting column and its sorting order.
Protected 関数
OnSortingChanged Called when sorting changes and dispatches the sortingChanged event.
OnVisibleColumnsChanged Called when the number of visible column changes and dispatches the visibleColumnsChanged event.
SortingButton Provides the button logic for a column header and the rendering of the sorting arrow (if visible).