This post describes a new, improved versions of the AutoGrayableImage introduced in this blog: https://www.engineeringsolutions.de/wp-admin/post.php?post=334 Why? There were some issues with the original version which…
This snippet shows how to display a list of system colors in XAML only. First we create ab object data source containing the list of…
There is a new blog post about this topic with a new improved version of the AutoGrayableImage: https://www.engineeringsolutions.de/wp-admin/post.php?post=663 The following class is a WPF image…
This can be used to choose the line type from a ComboBox, for example in a drawing application. The first entry is a solid line,…
Shadows Draws a shadow of any HTML element. The first is the shadow distance on the Y axis, the second on the X axis. The…
A DropShadowEffect can be used to make any WPF control cast a shadow. In order to use this on a text, we can simply assign…
You can simply use styles to enable text wrapping in a WPF DataGrid Column. This sets the element style of the standard column control and…