Domanda

I want to make an applications that works like Word, Excel, Power Point etc... I mean if you maximize or change the window size to something different the program will always adjust the inside elements in a very nice way.

I'm creating a new "WindowsFormsApplication" in Visual Studio 2012 with C#

Thanx !!

È stato utile?

Soluzione

Check out http://avalondock.codeplex.com/, it provides a Visual Studio style interface out of the box, and is very extensible.

Last time I checked it didn't support MVVM so well, but that might not be such a problem.

Altri suggerimenti

Dynamic resizing in WinForms is very easy, and most (if not all) of the behavior you want can likely be achieved simply by choosing the right controls and property settings.

To get started in the right direction, read up on the following topics:

It is easy enough to create a quick test app and drop some controls on it to see how they behave. No coding required.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top