Keep focus on textbox in windows phone 8 -
keep focus on textbox in windows phone, want sms app (first party app) behavior.
i have page textbox , app bar button. when enter text , hit app bar button looses textbox focus , keyboard down in sms app not that.
how can keep focus in textbox ?
currently, trying focus when hit button flickering happen right now.
you can set focus on textbox
manually using focus()
method call. returns true
or false
depending on how successful operation (focus not can set).
Comments
Post a Comment