This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheryl.sabella
Recipients azeeman, cheryl.sabella, gpolo, serhiy.storchaka
Date 2019-03-03.23:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551656262.68.0.00184109019898.issue36171@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-03-03 23:37:42cheryl.sabellasetrecipients: + cheryl.sabella, gpolo, serhiy.storchaka, azeeman
2019-03-03 23:37:42cheryl.sabellasetmessageid: <1551656262.68.0.00184109019898.issue36171@roundup.psfhosted.org>
2019-03-03 23:37:42cheryl.sabellalinkissue36171 messages
2019-03-03 23:37:42cheryl.sabellacreate