Hi, I have a TsScrollBox with many controls inside. When I move the scrollbox contents dragging the scrollbar thumbs everything (re)paints beautifully, but if I set the value of VertScrollbar.Position programmatically the controls move to the new position but the background does not seem to scroll (or in any case fails to repaint properly).
I tried calling Invalidate and Repaint on the scrollbox after setting the Position property, but does not make any difference.
Is there anything else I should be doing? I'm using v6.54.
Thanks in advance for any hint…
Mario