Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Show image and text in TListBox
Thu, Oct 27 2016 3:01 AMPermanent Link

Luk

Hi,

If I want to show an image and text in a TListBox item I have to create a custom TListBox ?

Or is there some option to use HTML formatted text to the TListBox ? Or ... other options ?

Thanks.

Luk
Thu, Oct 27 2016 5:12 AMPermanent Link

Matthew Jones

Luk wrote:

> If I want to show an image and text in a TListBox item I have to create a custom TListBox ?
>
> Or is there some option to use HTML formatted text to the TListBox ? Or ... other options ?

You can't do custom HTML. So you basically have to make a custom list box. I took the code for the list box and made it show "forms" so that I can have whatever form I want. It's a little complicated, so not really a generalised component. I could release it though if that makes sense for someone to wonder at my mental health. 8-) It is working well though in my application.

--

Matthew Jones
Thu, Oct 27 2016 6:17 AMPermanent Link

Luk

"Matthew Jones" wrote:

>You can't do custom HTML. So you basically have to make a custom list box. I took the code for the list box and >made it show "forms" so that I can have whatever form I want. It's a little complicated, so not really a generalised >component. I could release it though if that makes sense for someone to wonder at my mental health. 8-) It is >working well though in my application.

It would help me a lot if you could release it. This will definitely help me to create custom controls I'd like to share with the community.
Thanks.
Thu, Oct 27 2016 9:15 AMPermanent Link

Matthew Jones

Luk wrote:

> It would help me a lot if you could release it. This will definitely help me to create custom controls I'd like to share with the community.
> Thanks.

On your head be it. 8-)

Now detailed in the components newsgroup.


--

Matthew Jones
Image