This is my first C# program so please, forgive me.
I'm using winforms (WPF seemed more alien) and I'd like to center (or align somehow) the items on a form, but I don't know how.
I tried the Format
menu, but everything is greyed out and, in code view, nothing like HorizontalAlign property was in the suggestions.
What am I doing wrong?