Creating a Busy Indicator in a separate thread in WPF« Getting GUI by Xaml

Sun, 06 Sep 2009 00:02:00 -0600

Creating a Busy Indicator in a separate thread in WPF« Getting GUI

by Xaml @ Sun, 06 Sep 2009 00:02:00 -0600



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 ...