如何分配不规则区域作为ContentPresenter?
如果我们有一个 2 列/1 行的网格,我们可以有 类似本博客中的内容。
但是如果我们有 2 列/2 行 [这意味着 - 主广场被分为 4 个小广场]...并且只有第 1 行的正方形,第 0 列应该包含选项卡..而其他三个小区域应该是内容呈现器,为此该怎么办?
请帮忙。
If we have a grid with 2 columns/1 row, we can have something like in this blog.
But if we have 2 columns/2 rows [that means - main sqaure is divided into 4 small sqaures]...and only square at row-1,column-0 should conains tabs..and other three small area should be content presenter, what to do for that?
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有任何控件被设计成适合这样的形状(并且网格也不是被设计来承载这样的控件),我不建议尝试这样的事情。
No control is designed to fit into such a shape (and the Grid is not designed to host such controls either), i would not recommend to try anything like this.