DataGrid REALbasic Plugin

DataGrid.SortIndicatorColumn Property

This property is used to set or get the number of the column which should display a sort indicator.

SortIndicatorColumn as Integer {Read and Write}

Remarks

The StyleGrid does not implement the sort.
This property is for external sort classes or plugins to alter how the grid indicates the current sort column.

Win32 and Linux Notes:
Currently no sort indication is drawn on Windows systems except for the sort order (the Corner button).

See Also

DataGrid Control