Reputation: 23098
How do I set an item as the selected item programmatically, given its index?
Upvotes: 2
Views: 1463
Reputation: 6740
With the ListCtrl method Select
Select(self, idx, on=1) [de]select an item
Upvotes: 3