ec
03/28/2019, 8:15 PMcheckbox
in treeview
loses its check state when an items gets expanded/collapsed? I added checkbox like this
treeview {
...
graphic { checkbox {} }
}
Ruckus
03/28/2019, 8:29 PMTreeView
uses a virtual flow to try to optimize memory/rendering). In order for your checkbox to maintain state, you need to include that state in whatever is the generic type of your tree view, then make sure to set the checkbox value appropriately on update.