Hi,
What is the best way to combine a Picture and a text?
Each line of text should start with a icon or a picture. Is it a Richtextbox? or Listview? or What...?
Thanks
Printable View
Hi,
What is the best way to combine a Picture and a text?
Each line of text should start with a icon or a picture. Is it a Richtextbox? or Listview? or What...?
Thanks
I suggest Listview, you can set a custom size (not for independent items) icon size and put icon in a imagelist, and attach it to the listview, check out its property page. Then when you add a new item, you specify the key or the index of the image in the imagelist ;)
Thanks