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のサブクラスを作成して追加することもできますが、子コントロールのすべての配置を処理する必要があります。
次の行に折り返す必要があるときに、複数の列にまたがる要素に何が起こるかを定義するのはかなり難しいでしょう。