Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Clarion 6: Scrolling RTF control 2004-03-02 -- Dennis E Evans Newsgroups: softvelocity.public.clarion6
> Does anyone have any idea how to scroll an RTF Text box under program
> control? PROP:SelStart doesn't seem to work on it.
rtfcontrol.props.ScrollToCaret() will scroll to the caret.
x = rtfcontrol.VScroller.position()
self.VScroller.position(x +/- 1)
Will scroll up or down from the current position, vscroll is a protected property.
Also the em_scroll message has a page up/down option.
Dennis
Today is November 21, 2024, 7:17 am This article has been viewed 35327 times. Google search has resulted in 53 hits on this article since January 25, 2004.
|
|