wpf - Render control in multiple places -


is there way show same control partially in more 1 place in wpf? such feature implemented in microsoft office excel, can split current workspace in 2 duplicates.

enter image description here

i know, controls cannot have 2 parents, may solution rendering control second parent space , emulating of input events exists.

i make usercontrols share 1 view model. guess such controls in office products not rendering identical instance @ multiple places.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -