Replies: 1 comment 1 reply
-
You could try to invalidate the measurement in your view like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement SwipeView based UI (MAUI Android) for CollectionView list items Edit and Delete actions. The issue I am having is that when I swipe to reveal the UI for invoking actions through tap, the list item Content (in my case Text) is still covering part of a SwipeItem which is less than ideal.
I understand that I can push the Content away from the revealed SwipeItems by setting the Threshold property value, but again the problem is that the SwipeItems expand to fill in the available space which defeats the whole purpose of setting the Threshold. If SwipeItems do not expand with increased Threshold, then, everything would be perfect.
Not sure if this is a bug with CollectionView as I have had a reported issue with CollectionView under WinUI. The current issue is with Android platform. Any workaround to avoid the list item content covering SwipeItems is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions