Prevent certain cells in TreeView from being selected!?
cshFeb 10 2012 — edited Feb 10 2012Hi,
is it possible to prevent certain cells in a TreeView from being selected?
I have a TreeView and the TreeItem's on the first "depth" should not be selectable.
I tried to add an EventHandler to the tree item and caught Event.ANY, but no event was dispatched, when a cell was selected.