Possibly the easiest way to solve the problem of LibraryStack controls not responding to PreivewContactTapGestures is to embed them into a ScatterViewItem on the ScatterView
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment