-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for horizontal scrolling in ScrollWidget #238
Comments
I was able to solve my particular case with the Side question: Will the |
hi! about
|
Thanks for the reply @Alex009.
|
@stevesoltys yes, it's available in maven - https://bintray.com/icerockdev/moko/moko-widgets/0.1.0-dev-19#files/dev%2Ficerock%2Fmoko%2Fwidgets-collection also you can use current development version (from develop branch) - it publish on maven too: |
Got it. I'm all set now. Thanks! |
I am trying to implement a
UIScrollView
which can be scrolled horizontally.I believe this is not currently supported, as per this comment: https://github.com/icerockdev/moko-widgets/blob/master/widgets/src/commonMain/kotlin/dev/icerock/moko/widgets/ScrollWidget.kt#L23
I may be missing something, please let me know if I am.
The text was updated successfully, but these errors were encountered: