c# - Move The Caret Position To The Particular X,y Coordinates -


how move carete postion particular x,y coordinates.

is possible it.

i have 2 richtextbox , want move 2nd richtextbox carete position 1st richtextbox y coordinates.

you can convert point clicked on pointer text

 var index = d.getpositionfrompoint(point, true);  d.caretindex = index; 

where d richtextbox.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -