windows 8 - Stop focus being lost when a grid or border control is touched in Win RT Xaml -
i have grid , in row 1 have stack panel 2 textboxes. textboxes highlight when have focus (i use custom style same happens without one). when click on mybutton button event fires , focus stays within textbox have istabstop="false" on button. if click on grid space next buttons focus on textbox lost. how can stop happening on controls grid there no istabstop option on grid?. have same problems on other controls. idea how can stop focus being lost when grid example touched? this windows 8 store app using win rt xaml , designed use on tablet device. thanks <grid background="lightgray" x:name="gridmaingrid"> <grid.rowdefinitions> <rowdefinition height="auto" /> <rowdefinition height="*" /> <rowdefinition height="auto" /> <rowdefinition height="auto" /> </grid.rowdefinitions> <!-- header --> <border grid.ro...