Situation : I’m trying to make a wpf panel plug-in by referencing sampleCSWpfPanel.(Sorry, I forgot where did I find that Code)
Problem : I cannot find a way to add a button(or any other object) to stackpanel of the panel.
(For example, When I click a button on another panel(or window), a button should be Added to the stackpanel)