In the XAML

In the C# code create a new Libraryview:
LibraryStack lbs = new LibraryStack();
lbsItem.Content = lbs;
lbsItem.PreviewContactTapGesture += new ContactEventHandler(SurfaceWindow1_PreviewContactTapGesture);
Now the ScatterViewItem with a LibraryStack in it will react to the tapgesture.
No comments:
Post a Comment