|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ScrollToCaret without focus on the controlHello there
I there a way to use ScrollToCaret without the control in focus? Any suggestions? Regards Sameh Hi Sameh,
For this, you can first set the focus to the control via code and then call the ScrollToCaret method. This would not require you to actively select the control using mouse: Me.TextBox1.Focus() Me.TextBox1.ScrollToCaret() Thanks Mona[Grapecity] Show quoteHide quote "Sameh Ahmed" <essop***@hotmail.com> wrote in message news:OzIdgyveFHA.1448@TK2MSFTNGP14.phx.gbl... > Hello there > I there a way to use ScrollToCaret without the control in focus? > Any suggestions? > Regards > Sameh > |
|||||||||||||||||||||||