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

Parents
No Data
Reply
  • 48586
    posted

    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.

     

Children
No Data