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 Reply Children
No Data