uno
uno copied to clipboard
ScrollViewer.ViewChanging doesn't fire on android
<ScrollViewer VerticalScrollMode="Enabled" HorizontalScrollMode="Enabled"
ViewChanged="ScrollViewer_ViewChanged" ViewChanging="ScrollViewer_ViewChanging">
<Border Height="1000" Width="1000" Background="Red"/>
</ScrollViewer>
The ScrollViewer_ViewChanged fires, the ScrollViewer_ViewChanging doesn't. Tried with 1.31.0-dev.91 Repo inside
@Dissolute sounds familiar ?
Yes, we haven't implemented it yet (for any platform).
@Henk7 Out of curiosity do you have a use case that requires ViewChanging?
No in the end i didn't, because ViewChanged also gives similar results. I first used ViewChanging and it was a little confusing during debug. I think it would be less confusing if the event wasn't implemented at all, so one would get a error during compile time.
Duplicate of #6746