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
+4-2Lines changed: 4 additions & 2 deletions
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 %}
@@ -79,9 +81,9 @@ The DataGrid allows you to customize the color of the freeze pane line using the
79
81
80
82

81
83
82
-
##Customize the Stroke Thickness of the Freeze Pane Line
84
+
### Freeze pane line thickness
83
85
84
-
The DataGrid allows you to customize the thickness of the freeze pane divider line using the `DataGridStyle.FreezePaneLineStrokeThickness` property. This property specifies the stroke width for both the vertical divider that separates frozen columns and the horizontal divider that separates frozen rows.
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
85
87
86
88
N> The default value of `FreezePaneLineStrokeThickness` is 1.
0 commit comments