标签: scroll anchor vaadin
我试图滚动到像html锚一样的组件。方法UI.getCurrent().scrollIntoView(component)滚动到右侧组件。但该组件显示在底部。我想在顶部显示它(行html锚点)。有没有办法在vaadin中这样做?
UI.getCurrent().scrollIntoView(component)
GWT有组件Anchor。但它在vaadin中无法使用。有什么想法吗?