images inside a listview

W

WAkthar

Hi,

I have a listview with only one column.
In the first row I am adding an image with no text.
In the second column I am trying to add some text but the text gets put in
the column but after the image.
That is

_____________________
|<IMAGE> |
| SomeText |
| SomeText |
_____________________


How can I align the text so that it appears under the image instead of to
the right side of the image?
Setting the TextAlignment of the column property doesn';t work.


Cheers
 
S

Steve Whine

Hi,
I have a listview with only one column.
In the first row I am adding an image with no text.
In the second column I am trying to add some text but the text gets put in
the column but after the image.
That is

_____________________
|<IMAGE> |
| SomeText |
| SomeText |
_____________________


How can I align the text so that it appears under the image instead of to
the right side of the image?
Setting the TextAlignment of the column property doesn';t work.
The only time the ListView control displays item text underneath the
item image is when it is in LargeIcon mode. Because you are talking
about columns, I assume you are in the Detail mode, try setting your
ListView's View property to LargeIcon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top