BUG: Small Left Grid Partition Leaves Scroll Bar Remnants (152371)
The information in this article applies to:
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q152371 SYMPTOMS
When 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.
RESOLUTION
The 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.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 12/15/1999 |
---|
Keywords: | KB152371 |
---|
|