Open peteralien opened 7 years ago
Hello, well this feature is not implemented yet, feel free to add your own contribution to JFoenix.
Regards,
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.
public JFXNodesList nlUser;
..... nlUser.animateList(false);
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.