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.
私はボーダーを持っています。
TextBlock が表示されています。
TextBlock tb = new TextBlock(); myBorder.Child = tb;
そして、それはうまくいきます。
問題は、CheckBoxも表示したいということです。
問題は、border が単一の子要素であることです。
ここに回避策はありますか?
ありがとうございました!