J
Johnny Jörgensen
How do you set the Padding for a dynamically created control?
e.g.
Label myControl = new Label();
myControl.Padding.Left = 5;
Doesn't work. It says that System.Windows.Forms.Control.Padding is not a
variable....
/Johnny J.
e.g.
Label myControl = new Label();
myControl.Padding.Left = 5;
Doesn't work. It says that System.Windows.Forms.Control.Padding is not a
variable....
/Johnny J.