I am rewriting an application that is a data entry tool. The existing application is located in Access and consists of a form with several grids, each grid contains many columns, which requires the user to scroll horizontally to view the columns.
Current grids in the form are laid out hierarchically in the relationship between parents and children. The upper grid represents the projects, the grid below, which represents the SKU in the selected project, the grid below, which represents the season data (price, delivery information, etc.) for the SKU selected above.
I am looking for advice on good user interface design principles for such an application. How to create a form that allows the user to see all the columns for the data in the form without having to scroll?
What are good online resources for business user interface principles?
Thanks!
design user-interface winforms design-principles
Gernblandston
source share