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.
WPF/XAMLで赤で強調表示されているものと同じビューに小さなフォームを作成する方法
[OK]ボタンを押して新しいオプションを作成するときにリンクする方法は、オプションを更新し、この新しいオプションを選択します
ポップアップを使用する
<Popup Name="Popup" PlacementTarget="{Binding ElementName=AddButton}" StaysOpen="False"> ... Add content here ... </Popup>