xaml - Detect end of GridView / ListView in Windows Store 8.1 App -


both gridview , listview have nice "bounce-effect" when try scroll beyond begin or end. applications (on other platforms) use "drag-beyond-end" gesture trigger actions, loading more items.

how can detect "state" (=user @ begin/end , tries scroll beyond that) in windows store app using xaml/c# ?

the rubber-band effect cannot detected code in windows 8 app (verified xaml controls team).

one way handling inputs , rubber-band effect yourself, bit of work, reduces scrolling performance , requires manual handling of input on list elements well, recommend last resort.

also note problem of mouse input scenario since mouse scrolling doesn't involve pull-beyond-edge behavior.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -