Move scrollbar to top of EditorGadget

Just starting out? Need help? Post your questions and find answers here.
User avatar
Borstensohn
User
User
Posts: 13
Joined: Sun Jun 05, 2005 9:45 pm

Re: Move scrollbar to top of EditorGadget

Post 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.
ON ERROR GOTO BED
Post Reply