Page 2 of 2

Re: Move scrollbar to top of EditorGadget

Posted: Thu Dec 19, 2019 4:34 pm
by Borstensohn
firace wrote: I had the same issue and solved it with the following:

Code: Select all

SendMessage_(GadgetID(gadget), #WM_VSCROLL, #SB_BOTTOM, #Null)
SendMessage only works under Windows, not Linux, which I am using. Anyway, your code might help other users, so thank you for sharing.