Method | Description | |
---|---|---|
GetCellRect ( int visibleColumnIndex, |
||
GetColumn ( int columnIndex ) : |
||
GetColumnRect ( int visibleColumnIndex ) : |
||
GetVisibleColumnIndex ( int columnIndex ) : int | ||
IsSortedAscending ( int columnIndex ) : bool | ||
MultiColumnHeader ( |
||
OnGUI ( |
||
Repaint ( ) : void |
Method | Description | |
---|---|---|
AddColumnVisibilityItems ( |
||
ColumnHeaderClicked ( |
||
ColumnHeaderGUI ( |
||
ConvertHeaderAlignmentToTextAnchor ( TextAlignment alignment ) : TextAnchor | ||
DoContextMenu ( ) : void | ||
DrawDivider ( |
||
OnSortingChanged ( ) : void | ||
OnVisibleColumnsChanged ( ) : void |
Method | Description | |
---|---|---|
DetectSizeChanges ( |
||
ResizeColumnsWidthsProportionally ( float deltaWidth ) : void |
protected AddColumnVisibilityItems ( |
||
menu | ||
return | void |
protected ColumnHeaderClicked ( |
||
column | ||
columnIndex | int | |
return | void |
protected ColumnHeaderGUI ( |
||
column | ||
headerRect | ||
columnIndex | int | |
return | void |
protected ConvertHeaderAlignmentToTextAnchor ( TextAlignment alignment ) : TextAnchor | ||
alignment | TextAlignment | |
return | TextAnchor |
protected DrawDivider ( |
||
dividerRect | ||
return | void |
public GetCellRect ( int visibleColumnIndex, |
||
visibleColumnIndex | int | |
rowRect | ||
return |
public GetColumn ( int columnIndex ) : |
||
columnIndex | int | |
return |
public GetColumnRect ( int visibleColumnIndex ) : |
||
visibleColumnIndex | int | |
return |
public GetVisibleColumnIndex ( int columnIndex ) : int | ||
columnIndex | int | |
return | int |
public IsSortedAscending ( int columnIndex ) : bool | ||
columnIndex | int | |
return | bool |
public MultiColumnHeader ( |
||
state | ||
return | System |
public OnGUI ( |
||
rect | ||
xScroll | float | |
return | void |