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
Copy file name to clipboardExpand all lines: MAUI/DataGrid/freeze-panes.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,8 @@ The following code snippet shows how to freeze rows in the DataGrid:
63
63
64
64
## Appearance
65
65
66
+
### Freeze pane line color
67
+
66
68
The DataGrid allows you to customize the color of the freeze pane line using the [DataGridStyle.FreezePaneLineColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridStyle.html#Syncfusion_Maui_DataGrid_DataGridStyle_FreezePaneLineColor) property.
67
69
68
70
{% tabs %}
@@ -77,4 +79,24 @@ The DataGrid allows you to customize the color of the freeze pane line using the
77
79
{% endhighlight %}
78
80
{% endtabs %}
79
81
80
-

82
+

83
+
84
+
### Freeze pane line thickness
85
+
86
+
The DataGrid provides an option to customize the thickness of the freeze pane line using the `DataGridStyle.FreezePaneLineStrokeThickness` property. This property defines the stroke width for all frozen rows and columns in both the body and footer regions
87
+
88
+
N> The default value of `FreezePaneLineStrokeThickness` is 1.
0 commit comments