I do have a combox on a form bounded to an enum with 6 values in. Now I want to hide element 3,4 and 5.
The only solution I found for bounded combobox was to delete the element, but than the selection is messed up because if you select the 6 element of the enum you get the wrong value (value 3)
How can I fix this?