Custom scroll
Opened this issue · 3 comments
codthing commented
stazrad commented
same issue- it would be nice if the panel would allowed you to opt out of its own scroll behavior and mount custom children with any kind of scroll (this would allow your use case)
superandrew213 commented
You can disable ScrollView using scrollViewProps
and then use your own ScrollViews.
sheggietyn commented
please my form is not scrolling at all, how do I go about it