Hi,
I am having a bit of a problem with Selecting Text in a xamMaskedInput control. When manually setting the SelectionStart and SelectionLength properties, the highlighting does not seem to work. I can see that the selection is working because the SelectedText property contains what I would expect. When using the SelectAll() method it will successfully select all the text and highlight it.
Is there any workarounds for this, or am I missing something obvious?
Any help would be greatly appreciated.
Thanks.
Hello,
Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
Hi Stefan,
Thanks for your prompt response. My issue was actually with appending and highlighting text while the user types in the box to create a type ahead effect. I have been able to get a solution by inheriting from a Silverlight AutoCompleteBox and using that for what I need.
I appreciate your efforts in helping me.
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.