Thursday 15 May 2014

c# - ListView inside FlipView - Scroll Behavior -



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 worked

i hope has thought / solution^^

c# xaml windows-runtime winrt-xaml

No comments:

Post a Comment