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.
有什么方法可以将 flextable 滚动到特定的选定行?
我想要实现的是我有两个窗格,LeftView并且RightView. 基于选择 上的项目,RightView FlexTable应滚动到 中的选定项目LeftView。
LeftView
RightView
FlexTable
我猜您的 FlexTable 位于 ScrollPanel 内。
FlexTable 的每个单元格都有其他一些小部件。
所以你需要的是使用
ScrollPanel void ensureVisible(UIObject item)