naweed / Maui.Controls.BottomSheet

Bottom Sheet control built using .Net Maui
MIT License
151 stars 21 forks source link

How do you open bottomsheet from a view model #5

Open gabsamples6 opened 1 year ago

gabsamples6 commented 1 year ago

Hi thank you for this control

I have many scenarios where instead of displaying an alert /dialog from a viewmodel I would like to display a bottomsheet?

What is your approach?

thanks

SerkanTopkan commented 1 year ago

I want to open the TapGestureRecognizer object in a collectionview object when clicked. How can we do it?