Hello!
I would like to create a simple structure of organizational chart, and so far, i'm dynamically adding buttons to StackLayout. When i click a button, i create another one and put him in StackPanel.
Now i would like to create a line, connecting clicked button and newly created one.
I would appreciate any help!