0

Created a windows forms in 100 DPI. now i change the DPI and Screen resolution. but form cannot resize based on the current resolution.Is there any way to do automatic scaling in windows forms.

Althaf Ahamed
  • 51
  • 1
  • 11
  • You can use Devexpress controls instead and lock your positioning, its not free though. – Roman Jun 14 '16 at 02:02
  • This question is very broad, there so many different ways to go about it, from creating your own scale to simply using a different layout style like the accepted answer over here: http://stackoverflow.com/questions/4248637/how-to-auto-resize-and-adjust-form-controls-with-change-in-resolution – sorifiend Jun 14 '16 at 02:18
  • Have a look into Form.AutoScaleMode – TaW Jun 14 '16 at 04:03
  • What kind of auto scale in winforms are you looking for?? In my case I use a custom function added to the forms SizeChanged Event.. And make the calculations myself.. it's a lot easier then looking for one.. – ArchAngel Jun 14 '16 at 11:20
  • Any thing is fine.Just need to solve. – Althaf Ahamed Jun 15 '16 at 03:59

0 Answers0