I am trying to keep the grid from scrolling past the last column - using vertical scrollbar only....
1001 things says this is done by having one pixel past the edge of the last column, and provides code. It does not appear to work.... I have it working, but have a number of questions.... Column1.width = 50 Column2.width = 70 Column3.width = 70 sysmetric(5) = 17 - XP Pro DeleteMark = .f. RecordMark = .f. ScrollBars = 2 GridLines = 0 GridLineWidth = 1 GridWidth = 213 is the magic number and works but why? sysmetric(5) = 16 on my laptop (W2K SP4) and the form works fine there - why? What is the secret to insuring the grid does not scroll when tabbing off the last column? As always thanks for any help, Carl Lindner _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

