In ListView.View = Tile mode, how do you control which subitems ap

G

Guest

..NET Fx v2.0 Beta has added a Tile member to the System.Windows.Forms.View
enumeration. The System.Windows.Forms.ListView has a View property which can
be assigned to View.Tile. On Windows XP this results in ListView displaying
the item's large icon with the item's Text and some of its subitems to the
right.

How does one control which subitems are displayed to the right of the large
icon in Tile View?

I found this example
(http://msdn2.microsoft.com/library/s8z85th0(en-us,vs.80).aspx) which says to
use the ListView.Tiling property. However, neither beta 1 nor beta 2 of .NET
Fx 2.0 seems to contain such a property for the ListView.

Does anyone know what's going on here?

Thanks,

Leif Wickland
lwickland (at) rightnow (.) com
 

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