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.
我在 vaadin 上有一个水平拆分面板问题。这都是关于 DnDWrapper 的。在我将图片从左向右拖动后,第二个容器会出现一个奇怪的滚动条。
请在此处查看更多信息/代码示例
为每个添加到右侧的对象在左侧添加一个空标签解决了该问题。之后我打电话给:
horizontalSplitPanel.requestRepaintAll();