I'd like to use a WPF ComboBox in a similar way to the Flag column on Outlook where you are presented with a choice of different flags to select.
My flags will be stored as Integers in the DB, each number is represented by a different color flag.
Has anybody already done this or similar. Failing that any pointers to the best way to achieve this?