Hi there!
I came here in my last resort.. I am trying to put my WinGrid with the band(0) full width screen, ok no problem, but my child band(1) width a manual width..
My problem is that both the bands have a full width, i want band(1) with a width different.
My Code @ Initialize Layout:
ManifestoGrid.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns
ManifestoGrid.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free
e.Layout.Bands(1).Columns("Linha").Width = 30
e.Layout.Bands(1).Columns("Linha Serv. Esp.").Width = 30
e.Layout.Bands(1).Columns("Cod. Serv. Esp.").Width = 30
e.Layout.Bands(1).Columns("Serv. Esp.").Width = 30
e.Layout.Bands(1).Columns("Valor").Width = 30
Regards!
From what I remember, AutoFitStyle applies to all bands, and overrides the AllowColSizing setting.