Browse By Tags

  • Scrolling within a XamRichTextEditor

    Dear support,

    I have a very simple question I am struggeling with:

    How can I scroll to the current caret location or any selection within a XamRichTextEditor?

    I highly appreciate any quick help!

    Thank you in advance,

    Marc

  • Issue with loading docx document to XamRichTextEditor

    When I try to load my docx file to XamRichTextEditor it loads some part of file as blank space, but there should be some content. Don't know how to fix this issue with rendering, or mb it is some file format issue? But my file is docx and other editors…

  • Screenreader with XamRichTextControl

    Hi Infra-Team,

    Actually there is no way for interaction screenreader with XamRichTextControl. This is for the control in general and the text content. So People with disabilities are not able to work with infragistics controls when using jaws or other…

  • XamRichTextEditor Style

    Hello,

    If I select an other Theme for the RichTextEditor like the Royal Dark Theme only the Sidebar changes but not the Background or Foreground. Which is not really any good. Maybe this could be changed in a future version. So it is like any other control…

  • XamRichTextEditor Freezes application when binding to invalid html

    Hi,

    We have received an incident from one of our customers, reporting that the application freezes. We have narrowed the cause of the incident, and have found out that this is triggered when binding invalid html to the XamRichTextEditor. 

    We have tried to…

  • XamRichTextEditor MaxLength

    Hi,

    is it possible to restrict the text input of a WPF XamRichTextEditor, such as a MaxLength property?

    As I have to save the formatted text to a database, it cannot be unlimited.

    Thank you!

  • Create button that scrolls on mousedown and stops on mouseup

    I wish to create two buttons which will appear next to the editor.

    On one button whilst the mousedown I wish to scroll the richtexteditor down. On MouseUp it will stop scrolling.

    I then wish for another button to do the same thing but scroll the richtexteditor…

  • Preserve all HTML elements when using the HtmlDocumentAdapter to deserialize HTML into the XamRichTextEditor

    Currently, it looks like when loading content into the XamRichTextEditor from HTML using the HtmlDocumentAdapter, only specific types of elements are preserved, such as images, tables, paragraphs, etc. However, HTML elements that don't map to visible content…

  • How to create/save/find hidden HTML elements with XamRichTextEditor?

    I am using a XamRichTextEditor with the HtmlDocumentAdapter to populate the editor from some saved HTML content. Inside of the HTML, I have some hidden HTML elements.

    For example:

    <div style="display: none;" id="i-am-hidden" />…

  • Disable text wrapping in XamRichTextEditor

    I am currently using a XamRichTextEditor and I am trying to disable text wrapping without success. I have tried disabling WordWrap in ParagraphSettings and setting the HorizontalScrollBarVisibility to Auto, but the output is still be wrapped. Any suggestions…

  • XamRichTextEditor Default Menu

    Hello,

    is there a default menu for the rich text editor? One that just displays pretty much everything with the usual icons?

    I can't find anything.

  • RightToLeft in XamRichTextEditor doesn't work? (trial version)

    Hi,

    I've just started testing out the trial version before purchasing a license. I'm specifically in need of the rich text editor, and yours seem to satisfy all my needs in that regard apart from one...

    My application will work in Hebrew, which…

  • XamRichTextEditor not keeping focus

    Hi,

    If I apply the XamRichTextEditor inside a scrollViewer as done here:

    <Grid>
      <ScrollViewer>
        <ig:XamRichTextEditor />
      </ScrollViewer>
    </Grid>

    then whenever the user types in text and newlines, and reach the end of the…

  • Loading RTF into XamRichTextEditor looses images

    I have a problem, when loading an RTF into the XamRichTextEditor. I always get a standard error image in place of the original image. I created a sample, which is attached.

    When I create a text and copy an image from the clipboard into the XamRichTextEditor…

  • XamRichTextEditor Text Copy Not Working Correctly

    I have a Xamrichtexteditor control, for which i bound a table, as below: 

    string error = "";
    TableNode tn = xamRichTextEditor.Document.InsertTable(0, dt.Columns.Count, dt.Rows.Count, out error);
    tn.Settings = new TableSettings();
    int cRow = 0…

  • Support Word shapes in XamRichTextEditor

    I cannot believe this feature has still not been added.

    Currently the XamRichTextEditor has no way of rendering scalable images or shapes, it needs to. Don't care what format you wish to employ but we need it for displaying simple scalable diagrams alongside…

  • How to check spelling while typing with xamSpellChecker and XamRichTextEditor?

    Hi,

    we are using the XamRichTextEditor and the XamlSpellChecker, which works fine, when you click the "check spelling" button. 

    But we want check spelling as you type, like word or other programs do and highlight the miss spelled words.

    Is there…

  • Copy/paste word contents into XamRichTextEditor

    I was designing an email editor in my application and used XamRichTextEditor for that purpose. I actually loved it a lot as it has gives html output out of the box which helped me a lot in composing the html based emails.

    While designing an email editor…

  • Inserting/Deleting a column to/from a table inside XamRichTextEditor

    I was designing an email editor in my application and used XamRichTextEditor for that purpose. I actually loved it a lot as it has gives html output out of the box which helped me a lot in composing the html based emails.

    While designing an email editor…

  • richtextbox problem when inputing korean language

    hello,

    i'm making wiki-like program with richtextbox(wpf) and facing some problem.

    when i typed korean text in richtextbox, some characters are missing as below.

    someone knows how to solve this?

  • Asian text flow options

    I'm looking for a rich text control which can support alternate flow directions for Asian text similar to what is available in Microsoft Word, namely top to bottom then right to left.  I can't see anything in the samples regarding this capability.…

  • Default Margin setting

    I am having an issue when I paste HTML to the RichTextEditor. I have overriden my Derfault Paragraph Settings but I still get weird margins on empty <p> tags. I have a table I am pasting from a web page that has some empty columns <td></td> and when that…

  • Getting a weird ContextSwitchDeadlock after I paste in large amounts of HTML to the RichTExtEditor

    I have a XamRichTextEditor that I am using and I have recently gotten some weird errors when trying to manually refresh the value of my HtmlDocumentAdapter manually. I want my HtmlDocumentAdapter.Value to be equivalent to a custom Dependency Property…

  • Default font name and size

    Hello,

    I am using the XamRichTextEditor control and I'm trying to figure out how I can change the default values for the font name and size.

    I am NOT interested when loading content into the editor. I am interested when the end user starts typing…