We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I change the font and I need to change height of each row in the OutlookGrid
Finish to try this don't work Me.OutlookGrid1.RowTemplate.Height = 30
Regards Sigster
The text was updated successfully, but these errors were encountered:
Hi sigster,
For an unknown reason (well maybe located in KryptonDatagridview.cs at method GetCellPreferredHeight) the row template seems not to work.
A workaround is to set the height during populating the grid :
row = new OutlookGridRow(); row.Height = 80; row.CreateCells(....
Can you give a try ?
Sorry, something went wrong.
Thanks Cocotteseb this works
No branches or pull requests
Hi
I change the font and I need to change height of each row in the OutlookGrid
Finish to try this don't work
Me.OutlookGrid1.RowTemplate.Height = 30
Regards
Sigster
The text was updated successfully, but these errors were encountered: