記事を探すんじゃなくて考えましょう。
Tkinter 8.5 reference: a GUI for Python > 42. ttk.Scrollbar
width Configure this option using a style. You may find that configuring arrowsize is a better choice; in some themes, increasing the width may not increase the size of the arrowheads.
python
1from tkinter import RIGHT
2from tkinter import Scrollbar
3from tkinter import Tk
4
5def main():
6 root = Tk()
7 bar = Scrollbar(root, width=100)
8 bar.pack(side=RIGHT, fill="y")
9 root.mainloop()
10
11if __name__ == '__main__':
12 main()
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。