Tagged Questions

2
votes
4answers
683 views

Adorners for C# Windows Forms

I have a canvas (Panel Control) in my WinForms app where users can drag things like textbox's, labels etc around. But I want to make it easier for them to more precisely align the objects. I've read ...