D Dewid New member Joined May 6, 2024 Messages 1 Programming Experience Beginner May 28, 2024 #1 How do I set ListBox item font to bold? C# WPF - xaml: C#: <ListBox x:Name="gLBx" Margin="5,0,5,0" Foreground="#FF0000" FontWeight="Bold"/> This does not change the font to bold.
How do I set ListBox item font to bold? C# WPF - xaml: C#: <ListBox x:Name="gLBx" Margin="5,0,5,0" Foreground="#FF0000" FontWeight="Bold"/> This does not change the font to bold.
Skydiver Staff member Joined Apr 6, 2019 Messages 8,307 Location Chesapeake, VA Programming Experience 10+ May 28, 2024 #2 Seems to work for me: Left listbox list item is bolder than the right listbox item. Upvote 0 Downvote