S
S
Sheud_z2021-08-24 20:55:50
Python
Sheud_z, 2021-08-24 20:55:50

How can I scroll horizontally with the scrollbar on everything in the frame?

It is necessary that the Label, which is located inside the frame, scrolls. Frame created like this:

newconfra = Frame(root)

This is how I created Label:

l1 = Label(newconfra, bg='purple',fg="black",font="Arial 14", text=f"{dan}")

I found a couple of guides on how to implement a scrollbar, but they all scroll text or entry.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question