Creating a Busy Indicator in a separate thread in WPF« Getting GUI
Creating a Busy Indicator in a separate thread in WPF. August 5, 2009 Abraham Heidebrecht Leave a comment Go to comments. One of the worst sins a GUI developer can commit is blocking the UI thread. Unfortunately, there will always be times ... This class is a private helper class inside the BackgroundVisualHost class (it is just a FrameworkElement) that can be used directly in XAML. It has a property, CreateContent, that consumers of the control set to a delegate that ...