Updownquark / Quick

Quark's User Interface Creation Kit
0 stars 0 forks source link

Scroll Pane #23

Open Updownquark opened 12 years ago

Updownquark commented 12 years ago

Create a scroll bar widget. This should have lots of features such as animated scrolling, a "back" capability that allows the user to go back to a previous position quickly, double-down and up buttons that scroll to the top and bottom, and maybe others. All non-standard features should be disable-able via styles.

Create a scroll pane widget using two scroll bar widgets. Think about options this widget could have.

Updownquark commented 10 years ago

This needs to support an itemized/discrete mode, as in scrolling down a list, where it hitches at every item, allowing the user to scroll to the next item or the last item in the list but not inbetween.