When setting VerticalScroll.Value
in a Panel
with AutoScroll
set to true
, the scroll position changes accordingly but the position of the thumb does not. Do I need to update the scrollbar somehow (Invalidate(true)
on the panel does not work)? Any ideas?