Scrollbars can be added to Listbox, Canvas, and Text widgets. In addition, Entry widgets can be scrolled horizontally. To be able to scroll other type of widgets, you need to put them inside a Canvas or a Text widget.
scrollbar = tk.Scrollbar(parent, **kwargs)
ParameterDescriptionparentt...