Open filipealva opened 7 years ago
Hi @riteshhgupta! Actually it is not sufficient. I need the items to be left aligned while the default flow-layout put them in justified alignment.
Every custom flow layout to left align the items that I've found only work with vertical
scrolling :/
@filipealva I get your point 👍 But you will get this issue (justified alignment) only if you have elements less than the collection-view width, otherwise once it flows outside the boundaries of collection-view even flow-layout should work fine, right ? Let me work on it, will update it soon!
I'm not sure if it is a good idea to constrain the width of my cells based on the width of collection view since the scrolling is horizontal it should not matter, or I'm missing something?
This is what I'm trying to achieve:
And this is what I have with default flow layout:
Thank you very much for helping me, I really appreciate it!
Hey man, I think I solved it!
The solution ended up quite specific for a "left aligned horizontal scrolling layout". I'll post it into my GitHub soon, I can notify you if you are interested in.
Tks again!
Hi @filipealva can you post this solution (horizontal scrolling) on GitHub...
Hey @filipealva, if possible can you open a PR to add this feature in TagCellLayout?
@filipealva Can you please share example code for Horizontal scrolling?
@filipealva I know it past over four years but can you share your solution?
Hey guys, I'll revisit this code over the weekend and try to make it available by next week.
Can anyone please share how to make the scroll direction horizontal?
@filipealva is the horizontal solution posted anywhere? 😃
Hey @filipealva! Just wondering if you need horizontal scrolling only then why do you need custom layout, I guess default
flow-layout
should be sufficient ?