I thought you might like that answer better than the other guy's :) (no offence to the other guy)
M
mattjfenner
@mattjfenner
Posts
-
WindowsFormsHost invalid theme in WPF Application (.Net 3.5) -
WindowsFormsHost invalid theme in WPF Application (.Net 3.5)just call "System.Windows.Forms.Application.EnableVisualStyles();" in the constructor of your Window and it will fix it.