Tagged Questions
0
votes
1answer
683 views
C# Property Grid Question
I am writing an application which is going to allows users to change the properties of a text box or label and these controls are user controls. Would it be easiest to create a separate class for ...
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 ...