This question is locked. New answers and comments are not allowed.
-
Posted 18 hours ago (permalink)
I have a page with a flipview, header text, and sidebar text. Inside the flipview I have created 3 user controls, to show 3 different charts. I have put some margin between all of the objects on the page, which creates whitespace. When I run my app on a touch enabled device I am able to swipe in the white space, and on the other objects of the page but if I try to swipe on the chart, to change the current flipview item then nothing happens. I have set the< Chart:RadCartesianChart.Behaviors>
<Chart:ChartPanAndZoomBehavior PanMode="Horizontal"/>
< /Chart:RadCartesianChart.Behaviors>
with no results. Is there something else I could do, or is there a bug. I am using C#, Xaml, with MVVM pattern, in a windows 8 app; everything works fine except this little quirk.
Thanks in advance.