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;
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
This helped, I was looking for the wrong control.
Thank you
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.