I'm looking for the concept of a zone where I can display, move objects and interact with them.
But I don't even know how what it is called.
The better example I have is packet tracker:
In my application, I can add some clients with their information and I want to programatically create a view where the user can see the interactions like that :
Can someone tell me how this kind of thing is called?
I'm using C# for Winform or WPF.
Thank you