Can we give the space between开发者_StackOverflow two controls in a stackpanel in WPF?
Use the Margin
property on the controls that sit in the StackPanel.
Can we give the space between开发者_StackOverflow two controls in a stackpanel in WPF?
Use the Margin
property on the controls that sit in the StackPanel.
精彩评论