ScrollableControl.HorizontalScroll
I am implementing a control derived from ScrollableControl, but most of its implementation is legacy code written in unmanaged C++ and uses the win32 API. In particular scrollbars states and positions are set usingSetScrollInfo, etc. Now my problem is that the HorizontalScroll property of the ScrollableControl does not reflect the actual scrollbars states (they don't change at all). Is there a way to keep things synchronized ?

