File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 139
139
x : Name =" Title"
140
140
VerticalAlignment =" Center"
141
141
DockPanel.Dock=" Left"
142
- IsHitTestVisible =" False"
143
142
Style =" {DynamicResource ItemTitleStyle}"
144
143
Text =" {Binding Result.Title}"
145
- ToolTip =" {Binding ShowTitleToolTip}" >
144
+ ToolTip =" {Binding ShowTitleToolTip}"
145
+ ToolTipService.ShowOnDisabled=" True"
146
+ IsEnabled =" False" >
146
147
<vm : ResultsViewModel .FormattedText>
147
148
<MultiBinding Converter =" {StaticResource HighlightTextConverter}" >
148
149
<Binding Path =" Result.Title" />
153
154
<TextBlock
154
155
x : Name =" SubTitle"
155
156
Grid.Row=" 1"
156
- IsHitTestVisible =" False"
157
+ IsEnabled =" False"
158
+ ToolTipService.ShowOnDisabled=" True"
157
159
Style =" {DynamicResource ItemSubTitleStyle}"
158
160
Text =" {Binding Result.SubTitle}"
159
- ToolTip =" {Binding ShowSubTitleToolTip}" />
160
-
161
+ ToolTip =" {Binding ShowSubTitleToolTip}" />
161
162
</Grid >
162
163
163
164
</Grid >
You can’t perform that action at this time.
0 commit comments