C
C#â€ĸ3y ago
Clumsy

❔ I need help with child form positioning

When .Show() is being used the child is appearing with a drag scrollbars
4 Replies
Clumsy
ClumsyOPâ€ĸ3y ago
I got it to this now using
Clumsy
ClumsyOPâ€ĸ3y ago
int centerX = this.Size.Width / 2 - homeWindow.Size.Width / 2;
int centerY = this.Size.Height / 2 - homeWindow.Size.Height / 2;
int centerX = this.Size.Width / 2 - homeWindow.Size.Width / 2;
int centerY = this.Size.Height / 2 - homeWindow.Size.Height / 2;
Accord
Accordâ€ĸ3y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?