0

I put a SpinEdit control on a WinForm and when I click the up and down arrows, it does not do anything. The only properties I changed on it are:

IsFloatValue is false  
MinValue is 1
MaxValue is 99
EditMask = 'N00'
Xaisoft
  • 45,655
  • 87
  • 279
  • 432

1 Answers1

0

You must set your parent control to be editable, and You will be able to increment / decrement spin's value...

Mlad3n
  • 133
  • 1
  • 4
  • 14