MouseLeftButtonDown is not fired on TreeViewItem
问题 <Grid x:Name="LayoutRoot" Background="White"> <sdk:TreeView MouseLeftButtonDown="TreeView_MouseLeftButtonDown"> <sdk:TreeViewItem Header="this is first item"/> </sdk:TreeView> </Grid> call is not coming to TreeView_MouseLeftButtonDown event handler.. any ideas or work around? 回答1: Have you ever noticed that the MouseLeftButtonDown and MouseLeftButtonUp events are not fired when a Silverlight button is clicked? The reason for this is that the button handles these two events itself by