locked
ListView ScrollChanged Event RRS feed

  • Question

  • Hi,

    I have a ListView item in C# metro application.I need to track scroll event in it.There is no external scrollviewer used to enable UI Virtualization.With scrollviewer,we can track scrollchanged event.But unable to track the same in ListView with its in-built scroller.

    There has been a lot of buzz with this question of handling scroll event in ListView over the forums but the solution involves in C++ or even C# using WndProc messages which I feel is not supported in METRO. 

    Is there any suggestion to track the scroll event of ListView.

    Scenario is when listview gets scrolled I need to disable a popup window.

    Tried with Window.PointerWheelChanged event handler which works for mouse scroll but I need to make it work for scrolling the ListView.


    Subramanian Muthukrishnan Microsoft Student Partner iLink Systems General Secretary,Rockcity Dot Net User Group Windows 8 Trainer,DPE Program for Windows 8,Microsoft.

    Thursday, June 28, 2012 4:43 AM

Answers

All replies