0

I'm trying to find an existing component or code snippet that allows to create a ListView like component similar to the following one:

enter image description here

Basically it would expand the selected item to show action buttons while also allowing mutli-line text for each item.

smartins
  • 3,808
  • 7
  • 42
  • 54
  • VCL or FMX? An easy way in VCL, which I saw somewhere - here? - a few days ago, is to make each list item a frame. In the frame have the logic for drawing selected, expanding and collapsing, etc. Then create a lot of these in a `TScrollBox` with `alTop` alignment. I wish I could find the original answer... FMX allows you to do similar things too, of course. – David Feb 08 '14 at 12:49
  • Found it: http://stackoverflow.com/questions/513229/delphi-control-that-could-mimic-add-onsextension-list-of-firefox/ – David Feb 08 '14 at 12:50
  • Not enough info and it's not a valid question anyway as far as SO is concerned. The question you should be asking is how can I do this and not where can I get this. – Peter Feb 08 '14 at 16:01
  • Thanks @DavidM I tried searching before posting the question but wasn't able to find that post. – smartins Feb 09 '14 at 09:20

0 Answers0