locked
Disableing ScollViewer scroll is effecting GridView scroll RRS feed

  • Question

  • Hi All,

    I am developing windows 8.1 c# app. Where I have multiple check boxes and grid view and some buttons are placed.

    I want to stop scrollviewer vertical scroll, when we intracting with GridView. So I have added ManipulationDelta for GridView and disabled Scrollviewer vertical scroll. but it is also disabled GridView horizontal scroll.

    Please help me.

    Thanks,


    Pallam Madhukar Windows Phone Developer

    Tuesday, December 9, 2014 7:55 AM

Answers

  • Hi Pallam,

    According to your description, you want to disable vertical scroll of ScrollViewer in GridView control. There is an easy work around, edit the control template and disable the ScollViewer vertical scroll. Right click on your GridView control in XAML Designer, find the ScollViewer control in GridView control template, and set the VerticalScrollMode property.

    If I have any misunderstanding, please feel free to let me know.

    Regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate the survey.

    Wednesday, December 10, 2014 7:14 AM
    Moderator