Re: Move scrollbar to top of EditorGadget
Posted: Thu Dec 19, 2019 4:34 pm
SendMessage only works under Windows, not Linux, which I am using. Anyway, your code might help other users, so thank you for sharing.firace wrote: I had the same issue and solved it with the following:Code: Select all
SendMessage_(GadgetID(gadget), #WM_VSCROLL, #SB_BOTTOM, #Null)