0

I am using the Extended WPF Toolkit's IntegerUpDown. Is there anyway the spin button's color can be change.

IntegerUpDown Control

user6648485
  • 77
  • 10
  • Changing the arrow color in WPF Toolkit NumericUpDown control talk about arrow. What I try to achieve was the button itself. – user6648485 Aug 01 '16 at 07:30
  • You said "Is there anyway the spin button's color can be change." So I thought you want to change the Color for the Up and Down Button like the duplicated Question. And your Screenshot marks the Up and Down Button too – julianstark999 Aug 01 '16 at 07:33
  • Sorry for the confusion. From the previous post, the arrow in the button was change (result obtain from the post, I do try to it but it seem my end showing error). What I intent to do was changing the button itself so that from naked eye, the textbox and the spinbutton was separated – user6648485 Aug 01 '16 at 07:41
  • 1
    Sorry but now I really didn't know what you want to achieve – julianstark999 Aug 01 '16 at 07:50
  • I do update the attached picture. Hope it was clear to you – user6648485 Aug 01 '16 at 08:00

1 Answers1

0

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.

Stacked
  • 6,892
  • 7
  • 57
  • 73
ViVi
  • 4,339
  • 8
  • 29
  • 52