我有一个WPF WrapPanel,它包含一些Buttons,我想在运行时重新安排它们.设计时的XAML代码如:
<Grid x:Name="LayoutRoot">
<WrapPanel Margin="133,127,216,189" Background="#FF979797">
<Button Content="Button" Width="75"/>
<Button Content="Button" Width="75"/>
<Button Content="Button" Width="75"/>
<Button Content="Button" Width="75"/>
<Button Content="Button" Width="75"/>
<Button Content="Button" Width="75"/>
</WrapPanel>
</Grid>
Run Code Online (Sandbox Code Playgroud)
但是,我想Buttons在运行时重新安排.你能帮帮我吗?
我在sql server 2008中的特定字段中有二进制数据,但我想将一些二进制数据附加到同一个字段.你可以帮帮我吗?