A FontFamily ComboBox in WPF 4.5
0 comments
/
posted by
Silverlight Show
on
Mar 30, 2012 (9 months ago)
Read original post at Pete Brown's Blog I'm working on a little WPF 4.5 sample app. As part of that, I needed to create a drop-down list of Font Families. [...] I wanted control over the fonts including sorting and, potentially, filtering the results. I didn't want to use static binding from XAML. So, in my viewmodel, I added a collection of FontFamily objects which is loaded by a LoadSystemFonts ...