C
C#2mo ago
Astrologic

MAUI: scrollviewer's child focused.

I've tried nearly everything I could think of to get rid of this undesired behavior. I have an "AbsoluteLayout" element inside of a "ScrollView" element.
I have a "Tap_event" attached to the AbsoluteLayout, and so I need to interact with it. However, I want the panning of the ScrollView to be handled in the code behind ONLY. I don't want any manual panning. No clicks, drags, swipes, scrollbars, etc. I managed to get rid of most of the default panning, but whenever I click on the AbsoluteLayout, it seemingly gets focused by the scrollview, which then automatically scrolls to it. I have tried to get rid of the behavior but to no avail. Please help me. Thank you.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?