12
votes
Looking for a MVC Sample for WinForms
I am also new to MVC/MVP patterns on Windows Forms, so I've been doing some research recently. Apparently, the pattern used in Windows Forms is actually MVP, a derivative of MVC, because of the way …
0
votes
C#, Windows Forms, Best/min fit window to contents
Off the top of my head (read: I haven't tested this), I would think you can iterate through all the child controls when the form loads and determine it's minimum size. You can then set the form to …
