We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flex-grow: 1
In CSS, I can fill a line by stretching some of items:
<div style="display: flex; flex-flow: row; gap: 4px"> <div style="flex: 2">1</div> <div style="flex: 1">2</div> <div style="flex: 0">3</div> </div>
Is there any way to achieve this with FlexPanel?
FlexPanel
The text was updated successfully, but these errors were encountered:
The FlexPanel was moved to Avalonia.Labs.
There is no flex-grow, but it shouldn't be hard to implement.
flex-grow
Sorry, something went wrong.
No branches or pull requests
In CSS, I can fill a line by stretching some of items:
Is there any way to achieve this with
FlexPanel
?The text was updated successfully, but these errors were encountered: