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.
是否可以在 UniformGrid 中进行行/列跨度?使用网格附加属性
Grid.RowSpan
和
Grid.ColumnSpan
不适用于 UniformGrid。
不,没有附加的属性可以让你这样做。
您可以创建 UniformGrid 的子类并添加它们,但您必须处理子控件的所有排列。
当必须换行到下一行时,很难定义跨越多列的元素应该发生什么。