Completed
Last Updated: 01 Jul 2013 11:21 by ADMIN
ADMIN
Anton
Created on: 01 Jul 2013 11:21
Category:
Type: Bug Report
0
Fix. RadTrackBar -TrackBarIndicatorElement does not resize correctly, when RadTrackBar is resizing in run time and Maximum value of RadTrackBar is set
Fix. RadTrackBar - TrackBarIndicatorElement does not resize correctly, when RadTrackBar is resizing in run time and Maximum value of RadTrackBar is set to 2000. Steps to reproduce: 1. Use this code: this.radTrackBar1.LargeTickFrequency = 200; this.radTrackBar1.SmallTickFrequency = 25; this.radTrackBar1.Maximum = 2000F; 2. Resize the RadTrackBar in run time when thumb is at max value.
0 comments