Shared drop-down list for multiple ComboBoxes (each item in the list can be occupied singly)
- 阅读更多 关于 Shared drop-down list for multiple ComboBoxes (each item in the list can be occupied singly)
问题 I need to recreate a shared drop-down list selection where each item can be picked only by one control at a time. The closest example I can think of is player's color selection in games like Generals and Age of Empires (multiplayer). For example, there is a list: {"- None -", "Blue", "Red", "Yellow", etc.} There are four ComboBoxes. Each of them starts as "- None -". If ComboBoxA takes "Blue", no other ComboBox should have "Blue" in their list. Though ComboBoxA still should have "Blue" in its