I have some controls like TWebBrowser, TRichText etc. which I want to scroll them (horizontally and/or vertically) from my program.
How do I achieve this?
PS: I think that it is doable by sending some messages to their handles but I don’t know now which ones.
TIA.
WM_VSCROLLand/orWM_HSCROLL. GetScrollInfo() to find out how far you can go.