Pregunta

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 !!

¿Fue útil?

Solución

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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top