/
posted by
Ivan Dragoev
on
Jun 10, 2008 (more than a year ago)
This article is compatible with the latest version of Silverlight. While digging into templating and styling of Silverlight controls, I came into a situation where the event for MouseLeftButtonDown was not triggered when I click on the control. I created a sample project and in the Page.xaml I added the following: <StackPanel Orientation="Vertical" MouseLeftButtonDown="StackPanel_Mouse ...