The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I'd like to get any Row's height in DataGrid, I used TableStyle, and I can just get DataGridTableStyle.PreferredRowHeight, but after user makes some row higher, how to get its' Height?
Thanks in advance!
Jackfan
I just get it
dataGrid.GetCellsBound(int rowNumber).Height
But I can't set one Row's Height programly, does anyone know?
> Hi,
> I'd like to get any Row's height in DataGrid, I used TableStyle, and I can just get DataGridTableStyle.PreferredRowHeight, but after user makes some row higher, how to get its' Height?
> Thanks in advance!
> Jackfan