Good Morning,
I am filling a listview and want to only bold the text in the first column. I have tried the following where list is the listitem variable;
list.Font.Bold = True
list.Bold (which comes up in the listing of methods)
list.FontStyle = Bold
none work, there must be a way to do it
I am filling a listview and want to only bold the text in the first column. I have tried the following where list is the listitem variable;
list.Font.Bold = True
list.Bold (which comes up in the listing of methods)
list.FontStyle = Bold
none work, there must be a way to do it