richtextbox property for scrolling without the scroller

P

Pascal

hello
Can one moves the contents of a richtextbox with the mouse?
I do not want to put the visible "elevator"(scroller) with the property
scroll: both of my richtextbox but I want to scroll however its contents
when this one leaves the zone of ("seeing" ) (= visible area))using the
mouse. is this possible and how to do it? thank you


http://www.scalpa.info
 
M

Michel Posseth [MCP]

If i understand you correctly ;-)

you need need to call the ScrollToCaret() method of the richtextbox control

regards

Michel Posseth [MCP]
 
P

Pascal

oops i try to explain myself better
when the content of a rtb is over the area and I don't want the control have
the vertical and horizontal scrollers visible. is it possible to move the
content with the mouse (drag) so i can see what was hidden before ?

i don't think it's really better...
good night everybody

http://www.scalpa.info
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top