C
C#2y 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
Clumsy2y ago
I got it to this now using
Clumsy
Clumsy2y 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
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts