Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 8 商店构建一个简单的 Xaml 应用程序。使用默认的(文件/新建/项目)网格模板,我得到了一个屏幕,显示了大约 8 个完全对齐的图块。我想让瓷砖更短更宽。当我这样做时,似乎网格本身会记住前面的一面。
那个套装在哪里?如何设置它,以便在更改单个图块大小后,我的网格流动良好。我附上一张图片来澄清问题。也就是说,瓷砖之间的微小间隙似乎以某种方式硬编码为我目前的尺寸,我无法弄清楚在哪里更改该尺寸。
谢谢,
没关系。我找到了。(width="500" 是正在寻找的东西)
<DataTemplate x:Key="DefaultGridItemTemplate"> <Grid HorizontalAlignment="Left" Width="500" Height="250">