November 2012
Intermediate to advanced
1114 pages
34h 42m
English
![]()
Half the battle in any user interface design is organizing the content in a way that’s attractive, practical, and flexible. But the real challenge is making sure that your layout can adapt itself gracefully to different window sizes.
In WPF, you shape layout by using different containers. Each container has its own layout logic—some stack elements, others arrange them in a grid of invisible cells, and so on. But coordinate-based layout is strongly discouraged in WPF. Instead, the emphasis is on creating more-flexible layouts that can adapt to changing content, different languages, and a variety of window sizes. For many developers ...
Read now
Unlock full access