xaml – 如何在Windows 8中增加`GridView`项之间的空格

前端之家收集整理的这篇文章主要介绍了xaml – 如何在Windows 8中增加`GridView`项之间的空格前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何增加 Windows 8中GridView项目之间的空间?
<GridView.ItemContainerStyle>
   <Style TargetType="FrameworkElement">
      <Setter Property="Margin" Value="0 0 20 20"/>
   </Style>
</GridView.ItemContainerStyle>
原文链接:https://www.f2er.com/windows/364623.html

猜你在找的Windows相关文章