WPF components?
WPF
1
Posts
1
Posters
4
Views
1
Watching
-
I've just started playing around with WPF. Is there is any way to run a Component control such as a HelpProvider on a WPF window? I've looked over the WindowsFormsHost and it only seems to support items that inherit from Control. Google has only shown me examples of how people have re-written HelpProviders or Tooltips etc instead of using the old ones.