You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Is it possible to set minimum width for self sizing cells? Because sometimes I want the items fill the all view's width if there are a few items.
The text was updated successfully, but these errors were encountered:
Hi @rocxteady! This isn't possible at the moment, but you can probably achieve it by implementing the size delegate. I agree that it would be nice to have build-in support for this though. The sizeToFit option has provided this functionality before, but I think it makes sense to make this a separate property from menuItemSize. That would make it possible to get this behaviour for both .fixed, .selfSizing and when using the size delegate.
Hello. Is it possible to set minimum width for self sizing cells? Because sometimes I want the items fill the all view's width if there are a few items.
The text was updated successfully, but these errors were encountered: