Clyde Eisenbeis

Clyde Eisenbeis

  • 1.3k
  • 63
  • 11.8k

How do I set ListBox item font to bold?

May 16 2024 1:21 PM

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)