-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Description
Hello,
most BottomSheets support using ScrollView inside BottomSheet's content in a way in which when user tries to scroll beyond upper bounds of ScrollView the input is forwarded to BottomSheet and it acts the same way as using the grabber. Meaning when user scrolls down (trying to go up from scrollview's perspective) and they reach upper bound then whole BottomSheet will start animating (same thing the other way around - when user scrolls up and reached lower bound). SfBottomSheet sadly doesn't seem to work in this way.
I'm not sure if I described it properly, if not please let me know and I will try to figure out some screen recordings.
Public API Changes
.
Intended Use-Case
I'd say that this is a fairly basic feature supported by almost all BottomSheets and that's often the behaviour expected by users so it's important for good user experience.