BUG: Small Left Grid Partition Leaves Scroll Bar RemnantsLast reviewed: June 13, 1996Article ID: Q152371 |
The information in this article applies to:
SYMPTOMSWhen partitioning a grid object, remnants of the vertical scroll bar appear outside of the grid on the left side. This may happen when the size of the left partition of a grid is changed manually or if the partition size is changed programmatically. In either case, this will happen if the left partition is small, about 1/8 of an inch.
RESOLUTIONThe only known workaround is to hide the form and then unhide it. For instance, the following code could be placed in a Command button on the form that the grid is on:
ThisForm.Visible=.F. ThisForm.Visible=.T.However, the form will have to redraw and this will be visible to the user. Changing the Visible property of the grid will not clear up the Scrollbar remnants.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe Partition property of a grid splits it into two panels if the property is set to a number greater than zero. The number specifies where the grid is split relative to the left edge of the grid.
Steps to Reproduce Problem
|
Additional reference words: 3.00b VFoxMac
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |