April 20, 2024, 04:14:04 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Listviews

Started by Brian, September 14, 2019, 04:58:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Brian

Help! How do I format a listview control so that I can select one line, and then a second line, without the first line selection disappearing?

Brian

billhsln

Manual says:

@LVSSINGLESEL

Allows only one item at a time to be selected. By default, multiple items can be selected.

So, you should be able to select more than 1 at a time.

Bill
When all else fails, get a bigger hammer.

Brian

Bill,

Yes, you have to hold the Control key down for multiple selections. Just wondered if I could do it with just clicking, without the Control key

I suppose you could include check marks - then you can single click

Brian