Articles in this section
Category / Section

How to set the RowHeaderHeight in GridDataControl

1 min read

In GridDataControl, Rowheader height is set by using DefaultHeaderRowHeight property. Refer the following code sample for setting the RowHeaderHeight value.

XAML

<syncfusion:GridDataControl x:Name="SyncGrid"
                                    AllowDrop="True"
                                    AutoPopulateColumns="False"
                                    DefaultHeaderRowHeight="100"
                                    ItemsSource="{Binding GDCSource}"
                                    NotifyPropertyChanges="True"
                                    UpdateMode="PropertyChanged" />
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied