Two Different Ways to Show Enum Values in WPF

Posted by Matt | Filed under ,

For an application, I wanted to show the values from an Enum in a combo box.  While Googling, I found two different ways to do it.

  1. There’s the brute force way, shown here by Sasha Barber, and
  2. The fancier, but in the end simpler, way shown here by Andrew Smith
Comments are closed