How to highlight text on focus in windows phone 7? -
how highlight text in textbox control in windows phone 7? can't find property setting on control.
is handling onfocus event in code-behind option?
you can highlight text using textbox.select(int start, int length).
Comments
Post a Comment