[]
Shows the sorting glyph on a column header.
public void ShowSortAt(SortFlags order, int col)
Type | Name | Description |
---|---|---|
SortFlags | order | SortFlags value that specifies the glyph to display. |
int | col | Column index. |
This method is useful if you want to perform custom sorting and need control over the appearance and position of the sorting glyph (the little triangle that appears on the header of sorted columns).