More Custom Layouts #2679
michaelstonis
started this conversation in
New Feature Discussions
Replies: 1 comment 3 replies
-
I'm impressed at how little code there is handling all of the layout logic. The policy is to wait for a minimum number of votes (7 or 10 I can never remember which) from the community before we consider adopting a feature. We have the standup next week where we can mention this to see what people think though. It also really helps to know you would be willing to help the migration |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have used the layouts from the CustomLayoutExamples repository for a few projects and I feel like these would be a good addition to the community toolkit.
Specifically, the
ZStackLayout
,SingleColumnLayout
/SingleRowLayout
(not in repo), andHorizontalWrapLayout
are all pretty useful. TheSingleColumnLayout
andSingleRowLayout
help address some migration difficulties when coming from Forms and offer a more dynamic way to doAndExpands
kinds of functionality without having to calculate columns and rows.Would there be any appetite to include these as part of the community toolkit? I would be glad to help get them migrated over.
Beta Was this translation helpful? Give feedback.
All reactions