Open Youssef1313 opened 8 months ago
ScrollPresenter
actually already calls RegisterAsScrollPort
, so this is likely already working as expected. It needs tests to confirm though.
ScrollPresenter
actually already callsRegisterAsScrollPort
, so this is likely already working as expected. It needs tests to confirm though.
I would assume not with the current implementation of the "effective viewport": we rely on the internal ScrollOffsets
property. We probably need either to change the effective viewport to rely on the Visual properties, either the ScrollPresenter
to set our own internal property :)
We have EffectiveViewportScrollPresenterTests
that are now under #if false
. These tests should be enabled and fixed :)
What would you like to be added
If it doesn't work, we may need to
RegisterAsScrollPort
, but then have to special case it in hit test as we don't want ScrollOffsets to affect HitTest (because HitTest already works correctly)Why is this needed
No response
For which platform
No response
Anything else we need to know?
No response