Last Updated:
22 Mar 2021 18:30
by ADMIN
The row arrangement is implemented correctly, but because of rounding errors, gaps and rows overlapping may appear during the WPF render phrase. This happens if the boundaries of the row containers use too high precision for its values (top, left, bottom, right). Consider improving this by rounding the boundary values before calling the Arrange() method of the row's container.