PRB: Phantom Grid Column Displayed After Moving to Last ColumnID: Q132365 3.00 WINDOWS kbui kbprb The information in this article applies to:
SYMPTOMSWhen you press the TAB key to move across a row in a grid, after moving into the last column, the mouse pointer jumps one column to the left and displays a phantom column. For example, this happens when the grid has these properties:
RESOLUTIONTo suppress the horizontal scrolling effect and the display of a phantom column after the last column, set the grid's Width property to a value that causes the right border of the grid to be displayed in a thicker (bolder) line. This makes the edge of the right-most column the same as the border of the grid. For example, add seven to the sum of the column widths in the example given in the "Symptoms" section of this article. This suppresses the horizontal scrolling effect:
The addition of seven pixels to the sum of the column widths is based on
the number of vertical lines in the grid, which includes the right border
of the grid. When the grid's Width property is set to 407, the right border
of the grid is shown in bold in the Form Designer. When the form is
executed, you will not be able to press the TAB key or the CTRL-TAB to move
past the last column so that the horizontal scrolling of the grid display
will not occur.
STATUSThis behavior is by design. KBCategory: kbui kbprb KBSubcategory: FxotherGeneral Additional reference words: 3.00 VFoxWin
|
Last Reviewed: January 1, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |