Imagine a combobox based on an enum. By default it contains a list of items that correspond to the values of the enum. Quite often people wonder whether there is a simple way to limit this list to a set of allowed values. Maybe there is a solution posted Read More...