Click here to Skip to main content
15,920,217 members

Comments by ChriDo61 (Top 2 by date)

ChriDo61 1-Dec-15 4:39am View    
Hello marktubu,

Thank you for that hint. I was not familiar with that Property of the ListView-class.

I was able to get the wanted behaviour using your suggested code. :)

But since I'm working with MVVM I'm not 100% happy with this solution. I don't want the Viewmodel to have to know the name of any control in the view.
But you gave me a good starting point for a research on that issue. Thanks a lot.
ChriDo61 3-Mar-15 3:26am View    
I tried working with these but I didn't get the result I wanted. From your hint I got to Preview Handlers but they are too unflexible.

The new idea is to make a dialog with a tree view on the left in which a windows-explorer-like tree with all paths of the system is set up. And if you choose a file a preview is made on the right side of the dialog.

Maybe you have any idea for a good sample of that kind of treeview ?