Reputation: 77
I am using the Extended WPF Toolkit's IntegerUpDown. Is there anyway the spin button's color can be change.
Upvotes: 0
Views: 1707
Reputation: 4474
You can change the Background
(Inherited from System.Windows.Controls.Control
) property of the spin button to change its color like normal controls.
See Extended WPF Toolkit documentation.
Upvotes: 0