The MultiColumnHeader is a general purpose class that e.g can be used with the TreeView to create multi-column tree views and list views.
It supports resizing of columns widths by dragging and provides useful callbacks for reacting to user input.
Note that columns can be hidden by the user using the context menu of the MultiColumnHeader.
Terminology used in the API: The parameter name columnIndex
is used for indices into the columns array in the MultiColumnHeaderState object. While the parameter name visibleColumnIndex
refers to the currently visible column index shown in the MultiColumnHeader.
allowDraggingColumnsToReorder | Use this property to control whether the user can drag and drop columns to re-order them. |
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. |
MultiColumnHeader | コンストラクター |
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. |
GetVisibleColumnIndex | Convert from column index to visible column index. |
IsColumnVisible | Check if a column is currently visible in the MultiColumnHeader. |
IsSortedAscending | Check the sorting order state for a column. |
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. |
SetSortDirection | Change sort direction for a given column. |
SetSorting | Sets the primary sorting column and its sorting order. |
SetSortingColumns | Sets multiple sorting columns and the associated sorting orders. |
AddColumnHeaderContextMenuItems | Override this method to extend the default context menu items shown when context clicking the header area. |
ColumnHeaderClicked | Override to customize the behavior when clicking a column header. |
ColumnHeaderGUI | Override to customize the GUI of a single column header. |
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). |
ToggleVisibility | Method for toggling the visibility of a column. |
columnSettingsChanged | Event raised when any settings from a column has changed (for example, a column width was resized). |
columnsSwapped | Event raised when the user switches the order of two columns. |
sortingChanged | Subscribe to this event to get notified when sorting has changed. |
visibleColumnsChanged | Subscribe to this event to get notified when the number of visible columns has changed. |
HeaderCallback | Delegate used for events from the MultiColumnHeader. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.