I have a Button and a hidden WPF ComboBox. When the button is pressed, the ComboBox must be shown and be ready to select an item from its list. How that ComboBox's drop down list can be forced to be shown, programmatically?I have a Button and a hidden WPF ComboBox. When