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
1890
Set Caret/Cursor Posotion on XamMulti-ColumnComboEditor
posted

Is there a way I can set the cursor point in the at the beginning once the user makes a selection in the XamMulti-ColumnComboEditor?

I tried the following but it didn't work:

XamTextEditor editor = (XamTextEditor)GetDescendantByType(apcCombobox, typeof(XamTextEditor));

editor.SelectionStart = 0;

 

Parents
  • 138253
    Verified Answer
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used the Utilities’ static method GetDescdentFromType and instead of XamTextEditor I get SpecializedTextBox, which is the element holding the text. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    XamMultiComboEditorCaret.zip
Reply Children