R Robert Wagner New Member Licensed User Longtime User Nov 8, 2012 #1 In a ListView, I need a non-proportional font, such as Courier. How do I specify the font? TIA
D dagnabitboy Active Member Licensed User Longtime User Nov 8, 2012 #2 Hey Robert.. something like this should do it: label.Typeface=Typeface.MONOSPACE All of the available font options will pop up as you enter the line of code. Monospace is the only fixed width font. Upvote 0
Hey Robert.. something like this should do it: label.Typeface=Typeface.MONOSPACE All of the available font options will pop up as you enter the line of code. Monospace is the only fixed width font.