views:

620

answers:

1

I'm designing an application using a Listview container with LargeIcons as the view type. I need a way to change the text orientation of the Listview Items with respect to the icon.

For example: I would like to have to text displayed to the right of the icon in the Listview container.

Is there a way to do this?

Thanks, -Sean!

A: 

You want to achieve this?

[    ]
[icon] Text
[    ]

If so, it sounds like you need View.Tile instead of View.LargeIcon.

Tim Robinson
Hey Tim, thanks for your quick response! That's exactly what I needed to do.
Sean