IonicWind Software

IWBasic => General Questions => Topic started by: Brian on September 14, 2019, 04:58:12 AM

Title: Listviews
Post by: Brian on September 14, 2019, 04:58:12 AM
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
Title: Re: Listviews
Post by: billhsln on September 14, 2019, 09:39:54 AM
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
Title: Re: Listviews
Post by: Brian on September 14, 2019, 09:51:53 AM
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