Add support for horizontal scrolling in ScrollWidget
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to Use Horizontal Scroller Widget by Element Pack Pro in ...
Here we show How to Use Horizontal Scroller Widget by Element Pack ... [Note: You need to install the Elementor core plugin for...
Read more >Elementor Horizontal Scroll Widget
Horizontal scroll widget for Elementor is fully customizable and very easy to use. You can use it to create an entire page or...
Read more >Horizontal Scrolling in Web Design: How to Do It Well
Horizontal scrolling is a page navigation method in which the user scrolls left and right to reveal content from the sides of the...
Read more >Horizontal scrolling for table widgets
Horizontal scrolling allows table widgets in smaller spaces or with high numbers of selected metrics, the ability to clearly display all data.
Read more >Horizontal Scroll - Official Elementor Addons, Plugins and ...
Hey Elementors, there is no hard and fast rule for you to include vertical scrolling to your Elementor website. It is also possible...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi! for now
ScrollWidget
not have configuration of orientation (but we add it later. as part of this issue).about
CollectionWidget
:CollectionWidget
placed inwidgets-collection
because it require additional Swift CocoaPod for iOS. core widgets module not require any additional modules. it not mean that “it’s not part of library” - any of modules in this repository is part of moko-widgets. Separation by modules required for more control of applied dependencies in target applicationGot it. I’m all set now. Thanks!