We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to set height of row in GridTreeControl

Hello
I need to set height of row in GridTreeControl.
Thanks


1 Reply

JS Jayapradha S Syncfusion Team April 15, 2016 12:45 PM UTC

Hi Lukasz,

Thank you for contacting Syncfusion Support.

You can set the row height for GridTreeControl using the below code snippet,

Code Example:
this.treeGrid.ModelLoaded += treeGrid_ModelLoaded;

void treeGrid_ModelLoaded(object sender, EventArgs e)

        {

            this.treeGrid.Model.RowHeights.DefaultLineSize = 55;
        }


Please find the sample from the following location,
Sample Link: http://www.syncfusion.com/downloads/support/forum/123722/ze/GridTreeControl_RowHeight1095114827

Regards,

Jayapradha


Loader.
Live Chat Icon For mobile
Up arrow icon