In reference to the ArrangeOverride method the documentation says:
The rectangle occupied by the element. Usually finalSize.
Should you return different size, the Layout system will restart
measuring and rearraning the items. That could lead to infinite
recursion.
I am occasionally seeing this. I have a grid that contains a single hierarchical child grid.
Type A
Type B
related on A.Foo, B.Foo
I don't know how to troubleshoot the root cause, but I can see that ArrangeOverride is being called in an infinite loop.
WTF?
Thanks.
- Jay
The rectangle occupied by the element. Usually finalSize.
Should you return different size, the Layout system will restart
measuring and rearraning the items. That could lead to infinite
recursion.
I am occasionally seeing this. I have a grid that contains a single hierarchical child grid.
Type A
Type B
related on A.Foo, B.Foo
I don't know how to troubleshoot the root cause, but I can see that ArrangeOverride is being called in an infinite loop.
WTF?
Thanks.
- Jay