I'd like to customise the height of the 'Summary' (which I've enabled using the AllowRowSummaries property). I've set my grid's MinRowHeight to 24, so if the Row Summary row is smaller than this it doesn't look very good!
Is there's a way to customise this? I can't find an equivalent property to MinRowHeight for the Summary in DisplayLayout.Override.
Cheers
Hello mbdavis83,
A possible approach to achieve this would be using CreationFilter.
You could read about it at the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Creation_Filter.html.
You could either change the height of the entire 'SummaryFooterUIElement' or change only the 'FixedSummaryAreaUIElement' if you do not want to increase the height of the summary's caption too.
Please note that the height of the summary row is being calculated based on the font size.
Feel free to let me know if you have any other questions.