Choosing WPF Page Layout Control
I have a soccer field graphic frame as the page background and I want to create a line by dragging players off the bench and positioning them on the field accordingly. I don't know what control to use for the background, which allows the PlayerCard control to be where it is being dragged. Any help on how to get started would be appreciated.
You can get this idea here.
0
a source to share
1 answer
I believe you want a Canvas container . It allows arbitrary placement of Left and Top child controls, similar to how Windows Forms does.
+1
a source to share