Hi,
Please see the image below. The top control is a DateTimePicker, while the bottom control is a standard WPF ComboBox (with the IsEditable property set to true).
![Image]()
What's the best way to make all inline buttons (i.e. the drop-down button and spinner buttons) look similar to the WPF standard controls (preferably using code-behind as these controls are being added dynamically)?
Please see the image below. The top control is a DateTimePicker, while the bottom control is a standard WPF ComboBox (with the IsEditable property set to true).

What's the best way to make all inline buttons (i.e. the drop-down button and spinner buttons) look similar to the WPF standard controls (preferably using code-behind as these controls are being added dynamically)?