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
Bug report (I searched for similar issues and did not find one)
Current behavior
I've copied the sample code inside the docs (https://docs.microsoft.com/en-us/windows/uwpcommunitytoolkit/controls/uniformgrid) and executed the app. It works as expected, but if I change the values dynamically (the elements Grid.Column and the UniformGrid's Rows properties, for example) they don't give the same result as if I close the app and run it again with the new value.
Expected behavior
The control should reevaluate it's children position correctly if I change it's values.
Minimal reproduction of the problem with instructions
I'm submitting a...
Current behavior
I've copied the sample code inside the docs (https://docs.microsoft.com/en-us/windows/uwpcommunitytoolkit/controls/uniformgrid) and executed the app. It works as expected, but if I change the values dynamically (the elements Grid.Column and the UniformGrid's Rows properties, for example) they don't give the same result as if I close the app and run it again with the new value.
Expected behavior
The control should reevaluate it's children position correctly if I change it's values.
Minimal reproduction of the problem with instructions
Expected result:
Actual result:
If you restart the project with the new source, the UniformGrid renders as expected.
Environment