DoomOfMax

Results 4 comments of DoomOfMax

Can you post the log, please?

In my testing just now `self.set_options(auto_resize_columns=self.winfo_width(), redraw=True)` `self.redraw(True, True)` seems to work for resizing a single column correctly, but not if you have multiple, there could be an issue with...

I see, thank you for your help anyways. This is my current code, maybe it helps you in any way. ```py def resize_columns_to_fit(self, n=5): minimum_scale_factor = 15 scrollbar_width = 17...