Form resize

it's possible to automatically resize the form when i change the monitor resolution? TnX! !

1 Reply

AD Administrator Syncfusion Team December 21, 2005 01:09 PM UTC

Hi Better u pls use the Anchoring facility for controls.This wil resize the controls automatically.If u strictly want to change settings by ur code thn u can use Rectangle r=Screen.GetBounds(this); this wil give u the screen dimensions.Hence u can adjust size of controls urself >it''s possible to automatically resize the form when i change the monitor resolution? >TnX! ! > > >

Loader.
Up arrow icon