sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

When I user JFXListview like demo ,the subList properties do not work well #1040

Closed aizhuzi closed 5 years ago

aizhuzi commented 5 years ago

I use four lists in a parent list with sublist properties,when I expand all ,it get waring below.

com.sun.javafx.scene.control.skin.VirtualFlow addTrailingCells index exceeds maxCellCount. Check size calculations for class com.jfoenix.controls.JFXListCell

Then the parent list can only see three child lists, it should srcoll to see more,but previous it is not this sence.

jfoenixadmin commented 5 years ago

sublist properties are deprecated and will be removed in next releases.