Display Bug When ColumnWidth is Set and the Header is Visible

Summary

Id: 11.15
Type: Bug Bug
Current Status: Open

Detail

30 Oct 2003 Open Francois Gelinas

There seem to be a display bug in your s-grid control (vb5) when a columnWidth is set and the header is visible. To fix it, I added

   ' Add to header:
   If (m_tCols(lCol).bVisible) Then
      SetHeaders
   End If

right before the last Else of ColumnWidth [PropertyLet]

Btw, that's really nice stuff you have on vbaccelerator.com, excellent work.

Francois Gelinas