-
Hi I'm trying to implement auto-scrolling the list when dragged item has either reached start/end of visible part of the list. I'm using I can see scroll bar at the right side with right size so I assume full content height is being calculated inside? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found out that there's a prop that isn't mentioned in the doc: |
Beta Was this translation helpful? Give feedback.
Found out that there's a prop that isn't mentioned in the doc:
onContentSizeChange
.This returns
width
andheight
of the scrollable content view and is exactly what I was looking for forfullContentHeight
.