From: Robert M. <rob...@us...> - 2007-09-03 19:34:21
|
On 30/08/07, Robert May <rob...@us...> wrote: > Part 1: http://blog.robmay.me.uk/2007/08/scrolbars-part-1-scratch-program.html > Part 2: http://blog.robmay.me.uk/2007/08/scrolbars-part-2-adding-large-control.html > part 3: http://blog.robmay.me.uk/2007/08/scrollbars-part-3-adding-scrollbars.html > part 4: http://blog.robmay.me.uk/2007/08/scrollbars-part-4-scroll-event.html And now parts 5,6 and 7 which get us as far as a working set of scrollbars: http://blog.robmay.me.uk/2007/09/scrollbars-part-5-setting-dscroll-range.html http://blog.robmay.me.uk/2007/09/scrollbars-part-6-setting-page-size.html http://blog.robmay.me.uk/2007/09/scrollbars-part-7-processing-scroll.html Part 8 will simplify the code somewhat; Part 9 will show one way to scroll multiple controls (as requested by the OP) and Part 10 will add keyboard support for scrolling. Regards, Rob. |