Вопрос

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

Это было полезно?

Решение

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.

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top