如何在 Expression Blend 中指定网格中的行数?
我的 WP7 布局看起来不正确,直到我在 VS2010 的 xaml 中指定了正确的 RowDefinition 数量。如何使用 Expression Blend 输入 RowDefinitions?
My WP7 layout didn't look right until I specified the correct number of RowDefinitions in the xaml in VS2010. How do I use Expression Blend to input RowDefinitions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用属性->布局->高级属性->行定义 -> ...->添加另一个项目。
Use Properties -> Layout -> Advanced Properties -> Row Definitions -> ... -> Add another item.
您还可以在混合时通过使用主区域右上角的图标在设计视图和 XAML 视图之间翻转来访问 xaml。
如果你想使用其中的功能,也可以同时在VS中打开该项目。
You can also access the xaml while in blend by flipping between Design view and XAML view using the icons in the top right of the main area.
You can also open the project in VS at the same time if there are features there you want to use.