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.
我有一个占屏幕 50% 的图表和一个自定义列表组件。图表已关闭缩放和交互。
如果我上下移动列表,图表似乎重新绘制不正确,请注意图表没有在屏幕上上下移动,它保持在相同的位置。它好像列表在图表下滑动,导致它错误地重绘自身。
有人见过这个吗?
In order to fix this, just add this line:
renderer.setInScroll(true);