Just want to know if I can say to a FluentStack, in a .Net blazor server app, that it should grow and take all the free space there is in the page.
I'm using this FluentStack and it just takes what it needs, the length of its content, but not the remaining free space:
<FluentStack Style="border: 1px solid lightgray; width: 100%; "> ---content--- </FluentStack> Notice I'm using a border to see the space it takes.Even if I add a Style with with: 100%, it does not grow to take all the remaining free space.
Somebody know how to make the FluentStack grow horizontally and take all free space that remains in the page???
Many thanks for your help and bye ...