How to bind a viewmodel to a bottomsheet

Viewed 4787

I am trying to figure out how to bind a viewmodel to a bottomsheet in a way that I can have the bottomsheet both expand, collapse, and hide using observable fields on the viewmodel.

Thank you!

1 Answers
Related