Lawrence
Lawrence

Reputation: 35

Custom list component, similar to TListBox

I am currently looking for an object similar to TListBox that will display a list of other objects. I'm finding it really hard to explain so here's a picture of the sort of thing I'm looking for:

Each item needs to be able to display multiple lines of variable text, display images, be clickable, be able to host buttons on it.

Is there an object like this already? If not, how would I create one?

Upvotes: 3

Views: 1206

Answers (1)

Nick Hodges
Nick Hodges

Reputation: 17138

Presuming that you want to do this in Windows, then any XE version of Delphi has the TCategoryPanelGroup control which is pretty much what you appear to be asking for.

Upvotes: 3

Related Questions