I am trying to create a dialog with 2 dependend objects - a ObjectTreeListView which contains a complete TreeView of my object and a ObjectListView which contains a subset of objects (Favorites) from the TreeView.
I have hieracialy check boxes in the TreeView and checkboxes in the ListView, and i want to syncronise the check boxes, so an object that is checked in fx. the TreeView automaticaly checks in the ListView.
I am trying to obtain this functionality with the ItemChecked events but I cant get it to work - I have attached a screendump of my GUI
I am trying to create a dialog with 2 dependend objects - a ObjectTreeListView which contains a complete TreeView of my object and a ObjectListView which contains a subset of objects (Favorites) from the TreeView.
I have hieracialy check boxes in the TreeView and checkboxes in the ListView, and i want to syncronise the check boxes, so an object that is checked in fx. the TreeView automaticaly checks in the ListView.
I am trying to obtain this functionality with the ItemChecked events but I cant get it to work - I have attached a screendump of my GUI