Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Get text position from Point
posted

Hi,

I am using a XamRichTextEditor and a ListView whose items are draggable. I would like to insert a string in the document when the user drops an element on the XamRichTextEditor. For that, i use the DragSource and DropTarget elements from the Infragistics framework.

In the DragSource.Drop event handler, I can use the GetPosition() method on the DropEventArgs to get the Point where the Drop occured (relative to the XamRichTextEditor). My problem is that i can't find a way to get a DocumentOffset or a TextPosition or a TextRange for this Point that I could use to insert the text in the right place inside the document.

Is there a way to acheive this ?

Note: the WinRT native ITextDocument has a GetRangeFromPoint method that does just that and works perfectly.

Note 2: The WPF native RichTextBox has a GetPositionFromPoint method that does just that and also works perfectly. Unfortunatly I can't use the native RichTextBox control because its support for some advanced Rtf formatting options is not good enough for what i want to achieve and the XamRichTextEditor seems to handle them better.

Thank you for your help.

Parents Reply
  • 22015
    posted in reply to Jean-Jacques

    Hello,

     

    After working on the functionality that you are trying to achieve and doing some research, the ability to find the data offset from a point has been determined to be a new product idea. You can suggest new Product Ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.

     

    Steps to create your idea:

                   

    1. Log into the Infragistics Product Ideas site at http://ideas.infragistics.com (creating a new login if needed).

    2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)

    3. Add your product idea and be sure to be specific and provide as much detail as possible.

    • Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!

    • [CASE: “Reference case [case number], FORUMS: “Include a link to this thread”] in your idea so product management will be able to look back at this case. 

     

    The benefits of submitting the product idea yourself include:

    • Direct communication with our product management team regarding your product idea.

    • Notifications whenever new information regarding your idea becomes available.

       

      Additional benefits of the Product Idea system include:

       

    • Ability to vote on your favorite product ideas to let us know which ones are the most important to you.  You will have ten votes for this and can change which ideas you are voting for at any time.

    • Allow you to shape the future of our products by requesting new controls and products altogether.

    • You and other developers can discuss existing product ideas with members of our Product Management team.

       

      The product ideas site allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

       

      Thank you for contacting Infragistics.

Children