I am using C# code to add a new panel control at run time. I then attempt to indicate the alignment with the following code, which produces an error:
Panel1.HorizontalAlign = Center;
So, how do I specify the left, right, centered, or justified alignment of items that I add to the panel?
Maurice
Go to the complete details ...