Return to Snippet

Revision: 25614
at April 2, 2010 16:32 by mkurdziel


Initial Code
m_grid.DisplayLayout.Bands[0].RowLayoutStyle = RowLayoutStyle.ColumnLayout;
m_grid.DisplayLayout.Bands[0].Override.AllowRowLayoutLabelSizing = RowLayoutSizing.Both;


column.RowLayoutColumnInfo.MinimumLabelSize = new Size(1,1);
column.RowLayoutColumnInfo.PreferredLabelSize = new Size(10,11);
column.RowLayoutColumnInfo.ActualLabelSize = new Size(10,11);

Initial URL
http://forums.infragistics.com/forums/p/3593/18809.aspx#18809

Initial Description


Initial Title
Infragistics Grid Header Height

Initial Tags


Initial Language
C#