2

Can i disable (it should be not visible) Xceed.Wpf.Toolkit.DoubleUpDown control arrows? It must be look line TextBox, but works only with digits.

I use AllowSpin=False, but it only disable spin.

Admiral Land
  • 2,304
  • 7
  • 43
  • 81

1 Answers1

3

Set the ShowButtonSpinner property to false.

mm8
  • 163,881
  • 10
  • 57
  • 88