first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

WPF/Silverlight: “Layout with Absolute and Dynamic Positioning”

Whenever possible, it is preferable to use a dynamic layout. Dynamic layouts are the most flexible, and allow the end user the most control over their environment. Dynamic layouts allow your content to adapt to localization and other content changes. Absolute layouts should be reserved for cases when precise and unchanging positioning of elements is important, or when there is only a single child element, such as an image or a graphic.

[http://msdn.microsoft.com/en-us/library/bb514707.aspx]

mod date: 2010-03-29T01:29:17.000Z