How do you get the height of the header row in XamDataGrid?
Thanks,
Paul
Hello Paul,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
Thank you for your post. I have been looking into your question and I can suggest you use ‘LabelHeightResolved’ property like e.g. :
this.xamDataGrid1.FieldLayouts[0].Fields[0].LabelHeightResolved;
If you need any further assistance on this matter, feel free to ask.