| Listview Subitem Style VB.NET |
|
|
|
| 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
RSS feed for comments to this post