I want to set BottomSheetBehavior in Xamarin.
This is how it is done, but not in Xamarin:
behavior.isFitToContents = false
behavior.halfExpandedRatio = 0.6f
As can be seen by:
Method setHalfExpandedRatio(float ratio)
In Xamarin, there is FitToContents property, but there is no HalfExpandedRatio property. Is is missing? Can I set halfExpandedRatio in Xamarin?
I need all 3 states: Collapsed, HalfExpanded (with ratio different than 0.5f) and Expaneded