I am trying to set the width of the 3 columns in this grid and they do not seem to be working no matter what I change them to. This is in a UltraWinGrid with 2 levels of OUtlook style grouping. What am I missing?
With ugReleases.DisplayLayout.Bands(0).Columns("Select").Width = 5.Columns("Select").LockedWidth = True.Columns("ReleaseName").Width = 100.Columns("DatePosted").Width = 16.Columns("DatePosted").LockedWidth = TrueEnd With
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Please set AllowColSizing to Free
http://help.infragistics.com/Help/Doc/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.1~Infragistics.Win.UltraWinGrid.AllowColSizing.html
I assume that the version which you are using has a default value Synchronized which synchronize columns width from your second and first band.
Please let me know if you have any further questions.