Is there a way to know/set cursor position on DragOver and DragDrop methods for the FormattedTextEditor?
I'm doing something like a text editor and would like to drag&drop some text but cannot find the way to place it other than the beginning and the end of already written text.
Many thanks
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Sorry, my reply seems to have been lost.
It worked like a charm, but still want to show the cursor in the dragover event to let the user know where it will be dropped. Setting SelectionStart with SelectionLength=0 does not work.
There's no easy way to do that. What you would have to do is use a DrawFilter to draw onto the surface of the control during your drag operation. So you would have to determine the position at which to draw and then draw some kind of indicator yourself.