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
Post a Comment