FIX. RadTrackBar - the maximum cannot be set to a negative number or 0 at design time.
To reproduce:
- Add RadTrackbar to a form and set its minimum and maximum to negative values.
- Start the application, the maximum is reset to 1.
Workaround:
Set the maximum at runtime.