How do you select text in a TextBox control in Windows Phone 7? I can not find the property parameter on the control.
Does the OnFocus event in code work for the only option?
You can select text using TextBox.Select (int start, int length).
Actually there is a pretty big attached property that you can use for this. You can see the initial description of the decision to automatically select text in the text field , as well as see the project in which I made it .
Source: https://habr.com/ru/post/1777826/More articles:What order of executables does a DLL look for? - c #What is wrong with my syntax in this 1-line bit of code (pointers and links and markup oh my)? - c ++Eclipse Error "Resolve Failure" when trying to start an application - javaUse "noticed" on the trail in KRL - krlะะปะพะถะตะฝะฝะพััั HTML ะฒะฝัััะธ rails form_for label tag? - cssKynetx timeouts? - krlPython noise level - pythonJava memory leak on Red Hat, but memory leak on Mac OS X - javaHow to handle extended dialog box - javaGroup rows by attributes - filterAll Articles