Questions tagged [itemcontainergenerator]
34 questions
10
votes
3 answers
Treeview ContainerFromItem always returns null
I've read a few threads on this subject but couldn't find anything to do what I'm trying to do. I have a treeview that is bound to a hierarchical set of objects. Each of these objects represents an icon on a map. When the user clicks one of the…

ConditionRacer
- 4,418
- 6
- 45
- 67
5
votes
4 answers
ItemContainerGenerator.ContainerFromItem() returns null while VirtualizingStackPanel.IsVirtualizing="False"
I'm facing a similar problem with this question however VirtualizingStackPanel.IsVirtualizing="False" didn't solve my problem. Is there anyone facing the same issue?
The thing is I have a custom combobox,