jav*_*gui 5 java listview scroll warnings javafx
list.getSelectionModel().select(game_ptr);
list.scrollTo(game_ptr);
Run Code Online (Sandbox Code Playgroud)
运行此代码时,我收到以下警告:
com.sun.javafx.scene.control.skin.VirtualFlow addTrailingCells
INFO: index exceeds maxCellCount. Check size calculations for class com.sun.javafx.scene.control.skin.ListViewSkin$2
Run Code Online (Sandbox Code Playgroud)
现在,game_ptr中的索引是正确的.这是经过测试的.如果我运行以下代码,则没有警告:
list.getSelectionModel().select(game_ptr);
//list.scrollTo(game_ptr);
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
4092 次 |
最近记录: |