Home > Archive > Tcl > December 2004 > Re: Can I smooth scroll a TkTable? (was Re: Problems with grid, Scrolledwindow, and T
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Can I smooth scroll a TkTable? (was Re: Problems with grid, Scrolledwindow, and T
|
|
| Christopher Nelson 2004-12-23, 9:04 pm |
| Jeff Hobbs wrote:
> ...
> Ah yes, smoothscrolling ... this is easy ... and not easy. You
> will have to change several more areas of code, but all the
> technical bits for what you need to do are already in there. I
> guess some might not want smooth scrolling, so an option is
> appropriate.
> ...
As I start to explore this I wonder..is one option enough? Do I need
xscrollmode which is col | char | smooth as well as yscrollmode which
is row | line | smooth or is one (scrollmode) enough?
|
|
|
|
|