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?
My Site
no ...
Yes ...It works VB Code: Dim boo As Boolean boo = (Label1.AutoSize = True) Label1.Dock = DockStyle.Bottom + (boo)
Dim boo As Boolean boo = (Label1.AutoSize = True) Label1.Dock = DockStyle.Bottom + (boo)
Forum Rules