|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
To do this requires a phenominal amount of energy when developing. Bottom line, .NET has the ability to auto size controls based on the settings (as you have learned from the controls moving off of the page). You can either force the size....or, you will have to use a tablelayout control on pretty much every form and container that you design. This will allow the controls to move and flow with the sizing. This is a "Readers Digest" version...but this will require some work.
|