File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
RetailCoder.VBE/UI/CodeExplorer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 274
274
<Setter Property =" IsSelected" Value =" {Binding IsSelected, Mode=TwoWay}" />
275
275
<Setter Property =" HorizontalAlignment" Value =" Left" />
276
276
<EventSetter Event =" PreviewMouseRightButtonDown" Handler =" OnPreviewMouseRightButtonDown" />
277
+ <EventSetter Event =" MouseDoubleClick" Handler =" TreeView_OnMouseDoubleClick" />
277
278
<Style .Triggers>
278
279
<Trigger Property =" IsSelected" Value =" True" >
279
280
<Setter Property =" BorderBrush" Value =" #adc6e5" />
726
727
Background =" White"
727
728
ItemContainerStyle =" {StaticResource ShinyTreeView}"
728
729
HorizontalContentAlignment =" Stretch"
729
- MouseDoubleClick =" TreeView_OnMouseDoubleClick"
730
730
Style =" {StaticResource CodeExplorerTreeViewStyle}" BorderThickness =" 0,1"
731
731
VirtualizingPanel.IsVirtualizing=" False" >
732
732
<i : Interaction .Behaviors>
You can’t perform that action at this time.
0 commit comments