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.
たとえば、ボタンをクリックすると、小さな編集可能なデータグリッドが表示され、ボタンをもう一度クリックすると、別のデータグリッドが表示されます。
もちろんできます。XAML で空の StackPanel を作成し、ボタンを作成してボタン クリック イベントをキャプチャし、C# で DataGrid を作成して、その DataGrid を前述のパネルの .Children コレクションに追加するだけです。