Tagged Questions

1
vote
1answer
933 views

Get DataContext of ListView Ancestor

I am developing a WPF app using MVVM and need some help. for the View of my AddressesViewModel I have a usercontrol with a listview. I would like to execute a command found in the AddressesViewModel ...
0
votes
1answer
34 views

UI object, on samelevel of XAML Tree, as CommandParameter

I have XAML tree (just a sample) as follows: <Window> <Grid> <DockPanel> <DataGrid> <DataGrid.Resources> ...