form/control sizing
-
hello, i am attempting to create a program using windows forms. there is a MDIParent form with several children. i have programmatically set the size of the child forms in the constructor, but for some reason they are popping up the wrong size. this is also happening with several controls that i've created. i have no idea why this keeps happening. can anyone help? thanks! rc
-
hello, i am attempting to create a program using windows forms. there is a MDIParent form with several children. i have programmatically set the size of the child forms in the constructor, but for some reason they are popping up the wrong size. this is also happening with several controls that i've created. i have no idea why this keeps happening. can anyone help? thanks! rc
IIRC you need to set the
FormStartupPosition
property toManual
. You need to set both the Location and Size in parent coords.**xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**