Hello all!
Hopefully this is a quick question, but basically I was wondering if there was a way to only specify the top, bottom, and left index of children added to a Grid? I know it is possible to have just top and left, but I would like to specify the bottom of it, while allowing the right to go all the way to the right. The reason is that I am "dynamically" adding columns as needed, and want the old children that are added to continue to stretch across.
Is there a way to do this/simulate this behavior (maybe with like a BindableProperty or something)?
Thanks in advance!