如题。有木有象VS05中winform里面的flowoutpanel控件一样的功能啊。能自动横向排列。
------解决方案--------------------------------------------------------
小例子
<WrapPanel Background="LightBlue" Width="200" Height="100">
<Button Width="200">Button 1</Button>
<Button>Button 2</Button>
<Button>Button 3</Button>
<Button>Button 4</Button>
</WrapPanel>