auto expand individual tile sizes in listview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a listview with the view set to tiling to display some text in my
windows form application. The problem is that some of the text can be very
long and the text is being chopped off based on the tile size .

Is there a way to automatically expand the individual tile and show the
entire text even when the text is greater than the tile size??

Any help is greatly appreciated.
 
Hi,

How about creating 5 listviews an putting them into Details mode with small
Icon?

You can choose the column width
 
Back
Top