If you want to buy me a coffee to say thanks for my work or suchlike
Recent supporters

Someone bought 5 coffees.

Someone bought a coffee.
RA Gardner, tksheet is simply brilliant. The depth seems infinite. I am able to do whatever I can think of in my projects using it. I have one question, how do I set the width of a scroll bar that is bound to a sheet? Windows 11 - latest Python and tksheet.
Thank you very much for the kind words and donation. About your question, the answer depends on whether you want to change the width of a horizontal scrollbar or a vertical one, and also if you're referring to the scrollbars inside tksheet or ones that are outside which you have bound yourself.Referring to the horizontal scrollbar inside tksheet, you could perhaps put the scrollbar in its own frame and then set the width of the frame, you would probably also have to change the line `self.grid_columnconfigure(1, weight=1)` inside `_tksheet.py`.If you're referring to a horizontal scrollbar bound to a Sheet but NOT the scrollbars inside a Sheet you should use tkinters geometry management settings for pack or grid etc.Referring to the width of vertical scrollbars, I am not sure but perhaps you could do it using styles as shown here: https://stackoverflow.com/questions/64538934/how-to-change-the-width-of-a-tkk-scrollbar-in-a-custom-styleI have never really used ttk styles so I am not sure about that last suggestion.Feel free to open an issue on tksheets github page if you would like to discuss it further.

Chess DENMAN bought a coffee.

Alexander Saunders bought a coffee.
Thanks for your hard work - tksheet saved me a lot of time on an otherwise painful table implementation. Much appreciated!