Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Different Line Font/Colors in ListView box

Status
Not open for further replies.

greymonkey

Technical User
Jul 20, 2003
29
0
0
AU
Hi All,

I have a listview box with 3 coloums in which I am populating the data through a for loop.

Is there a way of changing the font or back color of each line?

Thanks,

 
Have you tried this:
Code:
Dim a As New ListView()
a.Items(1).BackColor = Color.AliceBlue


-The answer to your problem may not be the answer to your question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top