You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also the horizontal Scrollbar needs the argument orient = HORIZONTAL.
from tkinter import HORIZONTAL and then in line 825: self._hbar=Scrollbar(self, orient=HORIZONTAL, takefocus=0, command=xview_command, **scrollbar_kwargs)
In recipe-580746.py class
TK_Table
,make_autoscroll()
seems not to be defined.Sorry if I'm wrong. I might add further infos when i looked into it.
The text was updated successfully, but these errors were encountered: