Anchors does not work
Posted
by serhio
on Stack Overflow
See other posts from Stack Overflow
or by serhio
Published on 2010-05-14T15:58:08Z
Indexed on
2010/05/14
16:04 UTC
Read the original article
Hit count: 164
Situation:
In A form I have a TableLayoutPanel(Dock= Fill) and a label (witch parent is the Form, not the tablelayoutPanel) whitch anchors are set to Top+Bottom+Left+Right.
Now, when I run this form and rezise it, the label does not center itself in the Form, as I expected.
Workarounds?
© Stack Overflow or respective owner