You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not tell how to make a scrollable area. Could you take a little bit of time to explain how it's done?
I'm using poga bindings to apply yoga in my project. It's providing C bindings directly, eg. YGNodeStyleSetOverflow would allow me to set the scroll on.
So once I've set the overflow: scroll, how do I actually make it scroll? Eg. Set the scroll offsets and get the scroll limits so I won't let the user scroll over the content.
Thank you for writing yoga. It's been a nice library to use overall.
(I'm also interested about making very large scrollable areas that need to dynamically remove/add content based on where user is scrolling. But the basic recipe would be nice and I could then apply it on the infinite scrolling -problem)
The text was updated successfully, but these errors were encountered:
Hi,
I presume all the documentation for this project is here: https://www.yogalayout.dev/docs/about-yoga
It does not tell how to make a scrollable area. Could you take a little bit of time to explain how it's done?
I'm using poga bindings to apply yoga in my project. It's providing C bindings directly, eg.
YGNodeStyleSetOverflow
would allow me to set the scroll on.So once I've set the overflow: scroll, how do I actually make it scroll? Eg. Set the scroll offsets and get the scroll limits so I won't let the user scroll over the content.
Thank you for writing yoga. It's been a nice library to use overall.
(I'm also interested about making very large scrollable areas that need to dynamically remove/add content based on where user is scrolling. But the basic recipe would be nice and I could then apply it on the infinite scrolling -problem)
The text was updated successfully, but these errors were encountered: