3
Answers

How do I set ListBox item font to bold?

Clyde Eisenbeis

Clyde Eisenbeis

May 16
368
1

C# WPF - xaml:

<ListBox x:Name="gLBx" 
Margin="5,0,5,0" 
Foreground="#FF0000" 
FontWeight="Bold"/>

This does not change the font to bold.

 

Answers (3)