Opened 13 months ago

#18358 new enhancement

BColumnListView: add SelectAll, AddToSelection(int startIndex, int endIndex) methods

Reported by: pulkomandy Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Interface Kit Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

BColumnListView has a DeselectAll but no SelectAll method. It also has no way to programatically select multiple rows at once.

These are important because changing the selection results in sending the selection message. If "selecting all" in a list view with thousands of items, this would send the selection message a thousand times, instead of just once.

A way to add multiple rows at once would also be nice, for example with a start and end index, for the same reason.

Change History (0)

Note: See TracTickets for help on using tickets.