Revision: 25614
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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#