dani deliani Posted June 16, 2005 Posted June 16, 2005 I have a listview with 4 columns. I need to change(font,fontsize) listitems in a arbitrary listrow. I also need to change the background color of a listrow. Is this possible to do in VB .Net? I've tried to use VB 6 but without success Quote
mskeel Posted June 16, 2005 Posted June 16, 2005 Look at the ListViewItem class. You should be able to set things like ForeColor (font color) BackColor (background color), and Font. You should be able to set the stuff for the entire row easily. This documentation from the MSDN will set you on the right track Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.