I am developing an Android app that uses SfTreeView.
I am trying to save the expanded status of items in a tree so that the app can be restarted and the tree would reflect the last saved state of expanded nodes.
The tree source database is updated properly, and on restarting the app the data is loaded into the tree, but only the first tree item that shold be expanded is doing it, and any child noded that should also be expanded are not.
Looking at the data in debug, it seems that setting IsExpanded on a node to true clears the child nodes IsExpanded status, even though the source items have their ChildProperty that indicates they have childen properly set.
To show the poblem, compile and start the app in the Zip file.
The app opens showing only one node.
Expand the node, then expand the first child node.
Toch on the hamburger menu and touch the only enty, his will save the expansion status to the app database.
Close the app, then restart it. The app opens showing the top node and its first level children, but all of the childen now show that they have no nodes although the source still has its children.
Attachment:
Things_958f3d94.zip