I would like to know what is the best way to show a loading animation while downloading an image. I have an image which is loaded dynamically from an internet URL. So I have about 1/2 second before s
I want to use xaml serialization to store the configuration data of my application. This info is represented as readonly properties of a custom configuration class. When loading the application, the c
I would like to present a summary list side by side, so I created a small ItemsControl to achieve that goal:
I want to increase the size of the border of a DatePicker when it has focus. In the TextBox style the following works nicely when used with a border BorderBase in the ControlTemplate.
I\'m building a composite application that, among other things, offers a region for plugins (unity based) to register views for.
I\'m trying to change the background of the selected item in a WPF ListBox. I have attempted to implement a style for it, but for some reason it\'s not being applied. I still get a blue background. C
I have a little problem and can´t find any solution. Maybe it is an issue in Visual Studio. I have created a new class that is inherited from Image. I then override the Source property.
Problem: When adding a ScrollViwer around a Grid the Grid scaling is cancelled! Eksampel: I have created a grid width 3 columns, the 1. coulymn should always be 2 times larger than column 2 and 3!
I\'ve got a Listpicker with a DataBinding on the Itemssource-Property. Binding works fine. Now I want to define a FallbackValue. My problem is, that the FallbackValue is interpreted as a list: {\'S\',
I have a custom UserControl, which contains collection of custom objects. public class Question : FrameworkElement