Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
925
Column Width on Grid with Outlook Style Grouping Not Working
posted

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 = True
End With