Jump to content
softtouch

Listview or similar with multi select and columns

Recommended Posts

I need something like the vcl listview, where I have multiple columns, and can select also multiple rows.

I tried:

1. Listbox: No real rowselect, weird to handle multiple columns

2. Listview: No columns, no multi select

3. Grid: No multi select

 

Is there no control out there simlar the vcl listview? I checked on github, and googled, but had no success.

 

I cannot believe that such "normal" listview does not exist for firemonkey.

Share this post


Link to post

Think FMX TStringGrid is your closest bet, I've used it to replace TListView.  But no obvious multi-select,

 

Perhaps you can do the TListView VCL trick of drawing tick boxes in the first column and checking mouse events to 'select' them.

 

The lack of many matching VCL components does make FMX conversions a pain. 

 

Angus

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×