[Gambas-user] ListView - Erasing the Array of Selected Items in Multiple Selection Mode

Claus Dietrich claus.dietrich at freenet.de
Mon Jun 7 09:39:46 CEST 2021


Hi

When running a ListView control in multi-select mode I noted that the
list of selected items (property = Selection) is not emptied after a
ListView.Clear. The same applies to the method ListView.Selection.Clear.

I solved the problem with a ListView.UnSelectAll but would have expected
that at least the ListView.Selection.Clear erases the array.

Is that by design or a bug?

Regards

Claus



More information about the User mailing list