WPF Checked ListBox
Posted by merill | Filed under WPF
WPF currently does not have a checked list box out of the box so you’ll need to roll your own. Unfortunately most of the examples that come up on Google involve creating a usercontrol and writing some code.
Here’s one quick way that does not not involve writing any additional code.
Step 1: Start off by creating [...]