sshahine / JFoenix

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

JFXNodesList - Open/Close NodesList #421

Open peteralien opened 7 years ago

peteralien commented 7 years ago

When i click in a Dynamic Node (is what i call the Nodes that have the capability to open sub-NodeLists) it opens a sub-NodeList, and that sub-NodeList has another Dynamic Node that opens another sub-NodeList and so on...

But when i click in the initial Dynamic Node again it closes all the NodesList that exist, and when i click in it again it opens ALL of them.

Is there a way to avoid that ? Can things start from the beginning, wich means if i click in the first Dynamic Node the other sub-NodeLists that were open can they appear closed, or the jfoenix library doesn't permit that?

Sorry, if my explanation wasn't very clear.

jfoenixadmin commented 7 years ago

Hello, well this feature is not implemented yet, feel free to add your own contribution to JFoenix.

Regards,

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

szxj2012 commented 2 years ago
public JFXNodesList nlUser;

..... nlUser.animateList(false);