About 670,000 results
Open links in new tab
  1. 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...

  2. 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 …

  3. user interface - Are there any UI design principles about a …

    Dec 14, 2012 · I want to ask if this is caused by some design principles and psychological reasons? My thought is it should make more sense to put menu bar on right side since most …

  4. 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 …

  5. c# - Custom Message Box - Stack Overflow

    Jul 3, 2010 · Basic UI design principles say that you might want to make "Don't do it!" the default button, not the other one. ;-)

  6. 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 …

  7. UI Design Pattern for Windows Forms (like MVVM for WPF)

    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 pattern like …

  8. 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 …

  9. 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 …

  10. 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 …