开发者

Python - Tkinter - Padding woes

I have a scrollbar widget that ALWAYS hides the last 开发者_开发百科15 px under the resize button, is there an option to stop this happening on mac or a padding "under" the widget option?\

thanks!


No, there isn't an option. You need to adjust your padding so that the scrollbar doesn't extend all the way to the bottom of the window. Perhaps the easiest way is to add a statusbar that extends across the bottom of the window.


Or, you could also try switching to the place() layout manager.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜