You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="MAUI DataGrid displays ToolTip for Record Cell"src="Images\tooltip\maui-datagrid-tooltip-basic.png"width="404"height="396"/>
38
+
<imgalt="MAUI DataGrid displays ToolTip for Record Cell"src="Images\tooltip\maui-datagrid-tooltip-basic.png"width="404" />
39
39
40
40
You can enable tooltips for specific columns by setting the `DataGridColumn.ShowToolTip` property to `true` for the desired columns.
41
41
@@ -86,7 +86,7 @@ You can change the appearance of the ToolTip by customizing the style with Targe
86
86
</ContentPage.Resources>
87
87
{% endhighlight %}
88
88
{% endtabs %}
89
-
<imgalt="Customizing ToolTip Style in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-style.png"width="404"height="396"/>
89
+
<imgalt="Customizing ToolTip Style in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-style.png"width="404" />
90
90
91
91
### Customize the ToolTip using ToolTipTemplate
92
92
@@ -108,7 +108,7 @@ You can customize the appearance and content of tooltips by setting the `SfDataG
108
108
{% endhighlight %}
109
109
{% endtabs %}
110
110
111
-
<imgalt="Customizing ToolTip using ToolTipTemplate in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template.png"width="404"height="396"/>
111
+
<imgalt="Customizing ToolTip using ToolTipTemplate in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template.png"width="404" />
112
112
113
113
### Customize the ToolTip with ToolTipTemplateSelector
114
114
@@ -171,11 +171,11 @@ public class ToolTipTemplateSelector : DataTemplateSelector
171
171
172
172
The below image refers the `DefaultTemplate` which is applied through `ToolTipTemplate`.
173
173
174
-
<imgalt="Customizing ToolTip with ToolTipTemplateSelector in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template-selector2.png"height="396"width="404"/>
174
+
<imgalt="Customizing ToolTip with ToolTipTemplateSelector in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template-selector2.png"width="404"/>
175
175
176
176
The below image refers the `AlternateTemplate` which is applied through `ToolTipTemplate`.
177
177
178
-
<imgalt="Displaying AlternateTemplate for ToolTip in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template-selector1.png"height="396"width="404"/>
178
+
<imgalt="Displaying AlternateTemplate for ToolTip in MAUI DataGrid"src="Images\tooltip\maui-datagrid-tooltip-template-selector1.png"width="404"/>
0 commit comments