Hi ,
I am new to UWP development, I am using syncfusion controls in my application. I am using datagrid, i am displaying few lengthy text in some columns, i set TextWrap for those columns. when the text is more, the top and bottom of the content is collapsing due to insufficient vertical space, how to adjust the ROW height automatically with the content is large. I set Rowheight="45" for SfDataGrid. even i removed that property it's not changing.
Please give me solution. Thanks in advance,