Skip to content

Commit ff33f74

Browse files
MAUI-980522-[others][flutter]: Review corrections
1 parent 1d75679 commit ff33f74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MAUI/DataGrid/freeze-panes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ The following code snippet shows how to freeze rows in the DataGrid:
6363

6464
## Appearance
6565

66+
### Freeze pane line color
67+
6668
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.
6769

6870
{% tabs %}
@@ -79,9 +81,9 @@ The DataGrid allows you to customize the color of the freeze pane line using the
7981

8082
![Customize freeze panes appearance in .NET MAUI DataGrid](Images\freeze-panes\maui-datagrid-freeze-panes-appearance.png)
8183

82-
## Customize the Stroke Thickness of the Freeze Pane Line
84+
### Freeze pane line thickness
8385

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
8587

8688
N> The default value of `FreezePaneLineStrokeThickness` is 1.
8789

0 commit comments

Comments
 (0)