windows 8 - Remove focus on first textbox -


in our windows store app have textbox, , when application starts textbox focus. in desktop scenario that's no problem, on tablet device focus directly open onscreen keyboard not scenario want.

we tried set focus on control programmatic .focus(focusstate) method, somehow focus set textbox. have both set focus in loadstate or onnavigatedto method.

only when have timer have set focus succesfully control. has ideas how set focus control, or preferably set not focus @ control?

normally can set focus on element textbox.focus(). discovered same behaviors (autofocus on start) when place textbox inside scrollviewer or flyout. have set istabstop on parent-element:

<scrollviewer istabstop="true">    <textbox /> </scrollviewer> 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -