I was trying to resize control size to the form size.
I'm changing my form size according to current Screen Size by using
Screen.PrimaryScreen.WorkingArea; and then I'm making a resizing to my form.
but the main problem is how to resize controls which are embedded to the form ?
I've already tried that, but the problem is that those properties don't effect on control size , only on control position.
And i need to resize controls sizes.