Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 wx.lib.scrolledpanel 中使用 ScrolledPanel,并且我想检查 ScrolledPanel 的滚动条当前是否可见,因此我可以为我的 StaticText 提供正确的换行宽度。因为当滚动条可见时,我需要从换行宽度中再删除 10 个像素左右...
有人知道这是怎么做到的吗?
谢谢!
我通过获取滚动面板内的父小部件的宽度而不是滚动面板本身的宽度来解决这个问题。
有时答案是如此明显:)