Is there any informatio on performance of different ways of layout?
I'm writing an application that displays multiple boxes inside of an invisible grid, I could implement it either with grid, rows & columns, or with stack panels and canvases inside. I would like to know which way would be, or should be, faster when we are talking about hundreds of boxes inside of an invisible grid.
Thanks