You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bottomsheet that has IsCancellable = true, however that makes it so that clicking anywhere on the bottomsheet it closes it. Is there a workaround for this?
For example in my case, I have a CollectionView with SelectionMode="Single" inside my BottomSheet. The issue arises when I try to select one of the items in the collectionview, the entire bottomsheet closes.
The text was updated successfully, but these errors were encountered:
I have a bottomsheet that has
IsCancellable = true
, however that makes it so that clicking anywhere on the bottomsheet it closes it. Is there a workaround for this?For example in my case, I have a CollectionView with
SelectionMode="Single"
inside my BottomSheet. The issue arises when I try to select one of the items in the collectionview, the entire bottomsheet closes.The text was updated successfully, but these errors were encountered: