I have seen offhand comparisons of WPF to web development in remarks such as (I paraphrase) "web developers will find the WPF style paradigm familiar". Is it possble to specify control sizes as percentages of their container's dimension? If so, in WPF XAML , how would one tell a control to take 50% of its container's width even if the container's width changes?
<Style TargetType="{x:Type foo:Widget}">
?
</Style>