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.
Windows 8 メトロ スタイル アプリのユーザー コントロールを作成しました。XAML を使用してページに追加する方法は知っていますが、C# コードを使用して動的に追加する方法はありますか?
確認していませんが、WPFの場合と同じである必要があります。
MyUserControl myControl = new MyUserControl(); myPanel.Children.Add(myControl);