How to get selected rows of a DataViewListCtrl with style DV_MULTIPLE?
DataViewListCtrl.GetSelectedRow()
only returns a single selected row.
DataViewCtrl.GetSelections()
returns multiple rows, but of type DataViewItem
, and the documentation seems to have no mentioning of how such objects should be used.