but it didn't work. After looking into the FlowLayout code I think there is a rounding error in the DP to px conversion.
I will look into your suggestion @Marcin Wisniowski, with a completely custom layout for all the logic. Considering how complex the FlowRow code is, I think it will be a challenge to reproduce it and add extra logic, but might learn a lot.
m
Marcin Wisniowski
09/07/2023, 3:53 PM
It’s likely the FlowRow code is complex because it has to work in the general case. Your custom layout will likely be much simpler because it will only do exactly what you need it for.