BUG: DBGrid Does Not Paint Correctly When Aligned
Article ID: 142826
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q142826
SYMPTOMS
When a form with a bottom-aligned data control and a bottom-aligned DBGrid
control is resized vertically, the DBGrid control paints over a portion of
the data control. This same behavior occurs when a bottom-aligned picture
box replaces the data control.
RESOLUTION
Add the following line of code in the form's Resize event (which is called
when the form is drawn initially and every time the form is resized):
<name of DBGrid control>.Refresh
This causes the DBGrid control to repaint itself and not to obscure the
data control (or picture box).
STATUS
Microsoft has confirmed this to be a issue in the Microsoft products listed
at the beginning of this article. We are researching the situation and will
post more information here in the Microsoft Knowledge Base when it becomes
available.
Additional query words: 4.00 vb4win vb4all buglist4.00
Keywords: kbbug KB142826