05-14-2012 02:59 AM
Does anyone know, how to focus, for example, TextArea from code-behind in BB10?
Thanks!
05-14-2012 05:31 AM
I think you should use focus() method if you are talking about HTML text.
05-14-2012 05:37 AM
05-14-2012 05:42 AM
Which control are you using mgladkov?
05-14-2012 05:43 AM
05-14-2012 05:43 AM
For any field you can override focus() method and this method gets automatically called when field gets focused.
05-14-2012 08:39 AM
In current Cascades beta SDK there is no way to manually set focus.