FIX: GRID: Scrollbars Disabled When ColumnCount SpecifiedLast reviewed: February 20, 1997Article ID: Q147572 |
The information in this article applies to:
SYMPTOMSScrollbars on a grid object are visible but disabled even though there are enough records in the table to expect working scrollbars.
CAUSEThe ColumnCount property of the grid object has been set to a number greater than -1 in design mode and the RecordSource property has been left empty.
WORKAROUNDLeave the ColumnCount property value at -1 and set it programmatically once the form has been instantiated.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
KBCategory: kbprg kbbuglist kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |