1
Answer

How do I get the width of a control ?

nisseh32

nisseh32

20y
1.6k
1
If I create a new control like this: Label lb = new Label(); lb.Text="text"; double w=lb.Width.Value; w always becomes 0, How do I get the actual width? Or how do I add 10 to the actual width? (lb.Width+=10 does not work)
Answers (1)