1
vote
0answers
83 views

User interface design [closed]

I am writing an application in C# using Visual Studio and need my UI like this: +-------------------------------------------------------------+ |Action1 Action2 ... ActionN | Toolbox | ...
5
votes
2answers
976 views

Alternatives to MDI layout?

As WPF has no built-in MDI support I was looking around for alternatives for a rather large graphical work oriented application. The application will have a lot of different widgets, and for a lot of ...