Hi,
I try to use the DisplayMemberBinding property from TreeListViewColumn.
If I do this the DataContext and Content for the ContentPresenter of the Cell suddendly is a PixelSnapper (From Actipro Namespace)
The Border (Child of TreeListViewItemCell, Parent of the ContenPresenter) has the expected DataContext.
So if I use the DisplayMemberBinding I can't use DataTemplates anymore. I wan't to do a combination to enable dynamic columns.
Regards Stefan