Hello,
Hi have a GroupBox with Margin = "10,270,10,10" and I need to change it margin to "10,225,10,10".
I already try these:
grpForum.Margin = new Thickness(10,225,10,10);
But nothing happens, what should I do?
Regards, ADAE.
Hello,
Hi have a GroupBox with Margin = "10,270,10,10" and I need to change it margin to "10,225,10,10".
I already try these:
grpForum.Margin = new Thickness(10,225,10,10);
But nothing happens, what should I do?
Regards, ADAE.