I've make the similar project like here. But I've got a problem. I can't handle click from button or listview from the frame that is in grid (SplitView.Content). If I delete the grid and make a SplitView.Content only as a Frame, I can easily handle all manipulation on Frame. So... How can I make the same thing with <Grid> <Frame /> </Grid>
?
Asked
Active
Viewed 240 times
0

Floern
- 33,559
- 24
- 104
- 119
1 Answers
0
I dont really know why you cant handle click event from button. The button should be in a Page. And the Frame can navigate to the page to show content. In the link you provide, the ideal is having a Frame in SplitView.Content, which in turn show content from FirstPage / SecondPage / ThirdPage. The event should be handled there.

thang2410199
- 1,932
- 2
- 17
- 18
-
just check a project here https://github.com/XamlBrewer/UWP-SplitView-Sample and deploy it (don't forget to make a button on a page) – Jan 20 '16 at 23:19