forum-msg-id-136842-edit
Original date:2022-06-02 06:47:21 Edited by: petelomax Subject: Re: How to scroll to the last line of a MleText control
FYI, the equivalent in IUP/pGUI would be IupSetAttribute(text,"SCROLLTO","9999:9999"),
where you could of course replace the 9999s with [any] precalculated line:column values, and, perhaps,
using utf8_to_utf32() for the column calculation should the target line contain any multi-byte UTF-8.
Pretty sure that doesn't [yet] work under pwa/p2js, though.
|
Not Categorized, Please Help
|

