Tagged Questions
0
votes
1answer
83 views
wpf datagrids binding and SelectionMode Single
I had two datagrids in wpf: grid1 for all available plans and grid2 for the plans been selected. The two grids are separated by two buttons (>) and (<). Button (>) is to add the selected plan to ...
0
votes
2answers
374 views
WPF Grid Mouse Events
I was wondering, what is the best way to capture a mouse Event inside of a wpf grid?
I wanted to Capture an event when the mouse wheel is either scrolled up or down in the grid.
I tried to create a ...