Completed
Last Updated: 09 Jun 2016 05:01 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 11 May 2016 12:37
Category:
Type: Bug Report
1
FIX. RadTrackBar - can't move the slider to the right end of the trackbar
To reproduce:

radTrackBar1.SmallTickFrequency = 10;
radTrackBar1.TickStyle = TickStyles.None;
radTrackBar1.SnapMode = TrackBarSnapModes.None;

The user is not allowed to move the slider at all. If you set the Minimum property to 0 and the Maximum to 100, you will be able to slide to the right a little bit.

Workaround: use TickStyles.Both
0 comments