Hi Everyone, I would like to measure the view (generic) loaded in the DataTemplate in Xamarin Forms. For example, if I load an Grid (with multiple children) inside the DataTemplate, I would like to k… (View Post)
Hi Kyuubi, You can override the ScrollWheel event and by using the type of MomentumPhase, you can detect whether the scrollview is fling, dragged or at idle state as like below code example. public o… (View Post)