I am tring to update the text's font size in a listview by the Properties (Font) or in the code
(
lvListView.Font.Size = 24
lvListView.Font.Bold = True
)
and both of them are not working!
how can i change the font size of the text within the ListView? any idea?
Thanks
Sigal