I have not found a solution yet on the forums, but am still looking.
I am trying to reproduce a listbox as a Grid (a lot more features i can use with the grid such as multiple colors/fonts on the same line). With a listbox, I can have multiple selection enabled and get the selected rows with ListBox.GetSelected()
If there are multiple rows, it returns multiple indexes in a table.
I can also set the Selected Inexes using ListBox.SetSelected()
Can the same be done with a Grid? The end result, I need to be able to Get which Rows are selected (currently using ListMode), and being able to select Multiple Rows. These rows may not be one after another either.

Reply With Quote

