ListBox.SortedColumn


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.SortingColumn as a replacement.

Description

Gets or sets the current sort column but doesn't do the sort. The first column is numbered zero. If no column is sorted then it returns -1. Call the Sort method to sort the ListBox based on the values of SortedColumn and ColumnSortDirection.

Compatibility

All projects types on all supported operating systems.