CheckedListBox with WPF

Since the WPF control library lacks a number of nice controls from windows forms one either has to buy one the pricy WPF libraries or build the necessary controls on his own. Here’s my implementation of a CheckedListBox with an item context menu.First …