Unplanned
Last Updated: 15 Oct 2019 07:49 by ADMIN
Dimitar
Created on: 15 Oct 2019 07:31
Category: TrackBar
Type: Bug Report
0
RadTrackBar: The element has a default MinSize which should be removed

To reproduce:

- drop a track bar and make it less than 100 pixels, move the thumb to the right. 

Workaround:

 rtbPlaybackSpeed.TrackBarElement.MinSize = new System.Drawing.Size(0, 0);

Attached Files:
0 comments