Skip to content

Commit f33e35c

Browse files
Changed image size
1 parent a6316cb commit f33e35c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MAUI/DataGrid/ToolTip.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ this.dataGrid.ShowToolTip = true;
3535
{% endhighlight %}
3636
{% endtabs %}
3737

38-
<img alt="MAUI DataGrid displays ToolTip for Record Cell" src="Images\tooltip\maui-datagrid-tooltip-basic.png" width="404" height="396"/>
38+
<img alt="MAUI DataGrid displays ToolTip for Record Cell" src="Images\tooltip\maui-datagrid-tooltip-basic.png" width="404" />
3939

4040
You can enable tooltips for specific columns by setting the `DataGridColumn.ShowToolTip` property to `true` for the desired columns.
4141

@@ -86,7 +86,7 @@ You can change the appearance of the ToolTip by customizing the style with Targe
8686
</ContentPage.Resources>
8787
{% endhighlight %}
8888
{% endtabs %}
89-
<img alt="Customizing ToolTip Style in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-style.png" width="404" height="396"/>
89+
<img alt="Customizing ToolTip Style in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-style.png" width="404" />
9090

9191
### Customize the ToolTip using ToolTipTemplate
9292

@@ -108,7 +108,7 @@ You can customize the appearance and content of tooltips by setting the `SfDataG
108108
{% endhighlight %}
109109
{% endtabs %}
110110

111-
<img alt="Customizing ToolTip using ToolTipTemplate in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template.png" width="404" height="396"/>
111+
<img alt="Customizing ToolTip using ToolTipTemplate in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template.png" width="404" />
112112

113113
### Customize the ToolTip with ToolTipTemplateSelector
114114

@@ -171,11 +171,11 @@ public class ToolTipTemplateSelector : DataTemplateSelector
171171

172172
The below image refers the `DefaultTemplate` which is applied through `ToolTipTemplate`.
173173

174-
<img alt="Customizing ToolTip with ToolTipTemplateSelector in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template-selector2.png" height="396" width="404"/>
174+
<img alt="Customizing ToolTip with ToolTipTemplateSelector in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template-selector2.png" width="404"/>
175175

176176
The below image refers the `AlternateTemplate` which is applied through `ToolTipTemplate`.
177177

178-
<img alt="Displaying AlternateTemplate for ToolTip in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template-selector1.png" height="396" width="404"/>
178+
<img alt="Displaying AlternateTemplate for ToolTip in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-template-selector1.png" width="404"/>
179179

180180
## Events
181181

0 commit comments

Comments
 (0)