ragardner
ragardner
Hello, To disable the inbuilt popup menu you can use `disable_bindings("right_click_popup_menu")`, docs here: https://github.com/ragardner/tksheet/wiki/Version-7#enable-table-functionality-and-bindings But it's not possible to remove inbuilt functionality that is already enabled from the popup menus...
Hello, Thanks for bringing this issue to my attention I had a look through the chain of functions and decided that there's not a guarantee that `v` will be an...
By default the `percentage_formatter()` will make `v` a `float`. A developer would have to make their own version of `to_float` in order to force the `v` parameter receive an `int`....
Hello, I think there may be some issues changing the color on windows, I will let you know if I find a work around
Hello, after a little testing and research I am unable to change the scroll bar colours on windows :(
Hello, I can't think of any way except iteration in this case, if I had to make this library again today I would probably choose a different data structure rather...