December 2014
Intermediate to advanced
512 pages
17h 4m
English
Grid is the best choice for most complex layout scenarios because it can do everything done by the previous panels and more. Grid can also accomplish layout that would otherwise require multiple panels. To demonstrate that Grid is usually the best choice, it’s interesting to see how to mimic the behavior of other panels with Grid, knowing that you can take advantage of Grid’s extra features at any time.
If you leave Grid with a single row and column and set the HorizontalAlignment and VerticalAlignment of all children to values other than Stretch, the children get added to the single cell just as they do in a Canvas. Setting HorizontalAlignment to Left and VerticalAlignment to Top is ...
Read now
Unlock full access