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)
Move scrollbar to top of EditorGadget
- Borstensohn
- User
- Posts: 13
- Joined: Sun Jun 05, 2005 9:45 pm
Re: Move scrollbar to top of EditorGadget
ON ERROR GOTO BED