
Best Practices & Principles for GUI design - Stack Overflow
What is your best practical user-friendly user-interface design or principle? Please submit those practices that you find actually makes things really useful - no matter what - if it works for y...
What UI design principles like "separation of concerns" can I use to ...
Feb 26, 2014 · The design team has come out with a design which I can't agree on, and think it against basic design rule. The biggest problem of the design, from my point of view, is that …
Designing the UI for a Multitenant Application - Stack Overflow
Jun 8, 2020 · We are developing a multitenant application with shared schema for a web application. I would like to know the best practices for designing UI strategies. We will have …
UI Advice: how to design a form with a lot of data [closed]
Jul 16, 2009 · I'm looking for advice regarding good UI design principles for this kind of app. How do I design a form that gives the user the flexibility to see all columns for the data on the form …
winforms - Best practice UI guide? - Stack Overflow
Jan 14, 2011 · 16 I'm looking for a guide about UI best practices, in particular for Windows winform applications, with recommendations or descriptions of control sizes, label/textbox …
Why is good UI design so hard for some Developers? [closed]
Graphic design is not UI design, but concepts from graphic design can improve an interface. Graphic design introduces design principles for the visual presentation of information, such as …
UI Design Pattern for Windows Forms (like MVVM for WPF)
Mar 12, 2009 · MVVM is most commonly used with WPF because it is perfectly suited for it. But what about Windows Forms? Is there an established and commonly used approach / design …
Design Patterns used in WPF - Stack Overflow
Dec 3, 2011 · 29 I've written the article about some of them: WPF and Silverlight design patterns Here is a brief description of the patterns: 1) MVVM - used as a model converter and as a …
Modern UI application design for Windows Form Application
Dec 13, 2016 · However Microsoft and Windows have changed their design language quite a bit to flat Metro/Modern UI. Is there a way to make use to newly style tools for Windows Form …
What are your best Swing design patterns and tips? [closed]
Oct 31, 2011 · Most of the articles and books (or at least book sections) that I've read appear to provide plenty of examples on how to create and arrange various components, but ignore the …