Articles in this section

How to set the RowHeaderHeight in GridDataControl

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)
Access denied
Access denied