Hello everyone! I have a question. Why VerticalScrollbar modifier align in compose multiplatform doesn't work even i do it in specific in desktop yet it works on desktop alone?
Ume Channel
03/19/2024, 5:54 AM
Screenshot from 2024-03-19 13-51-37.png,Screenshot from 2024-03-19 13-51-17.png
s
Stylianos Gakis
03/19/2024, 12:23 PM
align
is a modifier that requires you to be in some scope in order to be able to use it. In the first one you are inside a Box or something like that, in the second one you are not.