FIX: FixedCols Can Cause Paint Problem with Grid ControlLast reviewed: October 30, 1997Article ID: Q95429 |
2.00
WINDOWS
kbprg kbbuglist
The information in this article applies to:
SYMPTOMSSometimes if the FixedCols property of the GRID.VBX control is set while designing a form, paint problems can occur when the program is run.
WORKAROUNDTo work around the problem, set the FixedCols property in code rather than at design time.
STATUSMicrosoft has confirmed this to be a problem in both the Standard and Professional Editions of Microsoft Visual Basic version 2.0 for Windows. This problem was corrected in Microsoft Visual Basic version 3.0 for Windows.
MORE INFORMATIONThis problem appears to happen when the FixedRows property is set to 1 and the FixedCols property is set to something other than 0 or 1. This problem occurs only when you set properties at design time.
Steps to Reproduce Problem
To avoid the problem, set the FixedCols property at runtime in code:
grid1.FixedCols = 2 |
Additional reference words: buglist2.00 fixlist3.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |