[issue36171] tkinter scrollbar missing 'state' option

Cheryl Sabella report at bugs.python.org
Sun Mar 3 18:37:42 EST 2019


Cheryl Sabella <cheryl.sabella at gmail.com> added the comment:

You need to use the ttk Scrollbar to access state.  The standard tk Scrollbar doesn't have it.

Take a look at the doc page for ttk:
https://docs.python.org/3/library/tkinter.ttk.html

And the New Mexico Institute pages for ttk:
https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-Scrollbar.html
https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-Widget.html

----------
nosy: +cheryl.sabella

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36171>
_______________________________________


More information about the Python-bugs-list mailing list