Listbox sort by checkbox

Hello,

my first column is type of checkbox, how can i sort the listbox by checked checkboxes?

list.ColumnTypeAt(0)= DesktopListBox.CellTypes.CheckBox

Marco

Look at the documentation for DesktopListbox.RowComparison. There is sample code you can examine.

oh i missed that… thank you!