Home General VB.NET Listview Subitem Style VB.NET
20 | 05 | 2012
This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade

Listview Subitem Style VB.NET PDF Print E-mail
User Rating: / 0
PoorBest 
Tutorials

The general style of a listview subitem is the same as the itemstyle. With UseItemStyleForSubItems it is possible to dissable this function and to specify your own style for a subitem.

[code]

ListView1(1).UseItemStyleForSubItems = False

ListView1(1).SubItems(1).ForeColor = Color.Red

[/code]

 

Comments   

 
0 #1 Guest 2010-10-12 15:00
:lol: :-) :-) 8) 8)
Quote
 

Add comment


Security code
Refresh

This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade