In my WPF application I have a toolbar which contains an IntegerUpDown and a DropDownButton. The problem is that the IntegerUpDown looks very different than the TextBox I have in the same toolbar. Also the DropDownButton has a completely different style than the standard Button in the toolbar.
What is the easiest way to assign the default ToolBar TextBox style to an IntegerUpDown and the default ToolBar Button style to a DropDownButton?
What is the easiest way to assign the default ToolBar TextBox style to an IntegerUpDown and the default ToolBar Button style to a DropDownButton?