Completed
Last Updated: 05 Jun 2014 07:08 by Jesse Dyck
ADMIN
Nikolay
Created on: 18 Feb 2010 10:20
Category:
Type: Bug Report
1
FIX Thumb position is not changed on resize
When RadTrackBar is resized at runtime, the position of the thumb is not changed.
1 comment
Jesse Dyck
Posted on: 07 Jun 2010 15:19
i've found a workaround for this, if it doesn't bother you that much you could just threat the sizeChanged event and just store the old value, change it to something and then back
something like this:
        private void Form1_SizeChanged(object sender, E