any possible way to combine autosize + dock properties of label ?
Printable View
any possible way to combine autosize + dock properties of label ?
Are you talking about the anchor property? If so, why do you need the dock property used at the same time?
no ...
Yes ...It works
VB Code:
Dim boo As Boolean boo = (Label1.AutoSize = True) Label1.Dock = DockStyle.Bottom + (boo)