1

I have a style Xaml which I use for styling my WPF windows. But the same style won't get applied for the FolderBrowseDialog which I use in my windows. This gives a weird UI difference between the actual windows and the dialog pop-ups. How to get this corrected?

Sandeep
  • 5,581
  • 10
  • 42
  • 62

1 Answers1

0

As far as I know unfortunately you cannot. Either you have to create your own user control or use some of the already defined in the internet.

One cool with a lot of other fancy controls is in Kevin Moore's Bag-o-Tricks.

Dummy01
  • 1,985
  • 1
  • 16
  • 21