I'am wondering if is a way to implement the pull-down-to-refresh function of a listbox. I have followed this link to implement this function. When I set the "ManipulationMode=Control", the listbox scroll performance is so poor that it is beyond my consideration.
I've also followed this link to detect the top-compression state, but when I scroll top, the top-compression event fired. What I need is that the refresh-event will not fire until the user pulled down the listbox, holding for a white, or pulled down the top of the listbox. What's more, HorizontalCompression and VerticalCompression are only supported in 0s7.1.
I'm finding a way to implement this function for days. I'll appreciate if soneone could give me some advice. Thanks.