galadril/Xam.Plugin.SimpleBottomDrawer

Jump LockStates

arjunkr92 opened this issue · 1 comments

Let's say I have 3 lock states
double[] LockStates = { 0, 0.5, 1 };

During runtime I want the Bottom Drawer to be at one of these positions, how do I switch lock states programmatically?

set the next properties:
IsExpanded = true
ExpandedPercentage = 0.5