I've placed a button at each corner of a panel and "connected" them with anchors.
When I resize the Panel at Design time, the buttons "stick" to each of their corners.
However, if I resize the Panel at Runtime, the anchors don't apply and the buttons don't "stick" to the corners.
(e.g. Panel1.Left = 0 : Panel1.Top = 0 : Panel1.Width = 100%x : Panel1.Height = 100%y)
Is there a way to make the anchors "work" at Runtime?
When I resize the Panel at Design time, the buttons "stick" to each of their corners.
However, if I resize the Panel at Runtime, the anchors don't apply and the buttons don't "stick" to the corners.
(e.g. Panel1.Left = 0 : Panel1.Top = 0 : Panel1.Width = 100%x : Panel1.Height = 100%y)
Is there a way to make the anchors "work" at Runtime?