c# - ListView inside FlipView - Scroll Behavior -
i have setup:
<flipview> <flipview.itemtemplate> <datatemplate> <grid> <listview /> </grid> </datatemplate> </flipviewitem> </flipview>
with mouse works without errors.
but touch scrolls in both directions (horizontal , vertical), have same behavior winrt start menu (if start scrolling in horizontal "line", can scroll on this, if start swiping vertically y axes stays same.)
i've been searching total month solution, without luck, seems i'm 1 wants that.
things i've tried till now:
scrollviewer.ishorizontalrailenabled / .isverticalrailenabled catch manipulation events on list- / flipview scrollviewer.viewchanged even tried hacks none of them workedi hope has thought / solution^^
c# xaml windows-runtime winrt-xaml
No comments:
Post a Comment