user interface - What are your thoughts on page scrolling in a business application? -


let's designing web application internal business use. should page designed not scroll, , either use paging or have scrollable sub-sections (tables, grids, etc) or better allow page simple scroll.

what happens when have long page requires save/cancel button or other such buttons. need scroll way bottom find said buttons. or repeat buttons on top , bottom?

sorry post not worded well. hastily written. gist of it.

thanks.

designing application there no need scroll - especiallay in web applications people miss elements outside "view-range".

scrolling can annoying , might indicator content on website.

you try use expandable areas different categories or tab-catalogue. wizard possibility.

another possibility locking buttons on bottom of browser (not of page itself). there scrollable area actual content , belwo buttons.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -