Eyedia

Results 1 issues of Eyedia

Just place the self.bind("... in the scrollable_frame_example.py in ScrollableLabelButtonFrame class, in __init__() and notice that it does not scroll anymore! ``` def __init__(self, master, command=None, **kwargs): super().__init__(master, **kwargs) self.grid_columnconfigure(0, weight=1)...