Geotile live wallpaper got an update

Geotile live wallpaper version 1.0.2 is now online. The update adds a new feature that enables touch movement. If enabled, you can drag the wallpaper horizontally. Two additional settings have been added to control the new feature: A switch to disable the feature. A slider to customize the movement deceleration value. The new version also […]

Geotile live wallpaper got an update Read More »

WPF: Simple way to use enums as ComboBox items

A lot of times in GUIs we use ComboBoxes to let the user choose one of several options. An enum property is a natural fit to store the selected value in the viewmodel via databinding. To set the available values the MVVM way you typically have to databind the ItemsSource-Property to a collection. This means you

WPF: Simple way to use enums as ComboBox items Read More »