ListView and Multiple Select

Started by Jim Short, December 18, 2012, 06:56:50 AM

Previous topic - Next topic

Jim Short

Picking multiple rows works fine with mouse.
How does one capture multiple selections made with Shift-Arrow and Ctrl-Space?
Jim Short

owenwengerd

Can you clarify your question? What exactly do you mean by "capture multiple selections"?

Jim Short

There are several windows ways to highlight multiple items in a list. dcl_ListView_GetSelectedItems returns a list of strings that were highlighted with ctrl-click. One may also highlight using only the keyboard.  But, in this case only one string is returned. Is there a work around for this?
Jim Short

owenwengerd

I cannot reproduce this problem. In my test, (dcl_ListView_GetSelectedItems) always returns all selected items no matter how they were selected.

Jim Short

Jim Short