Hi all,
I have a grid with 8 columns. The left most column is static with LockColumns = 1 and LockColumnsLeft = 1. Because of the size of the form not all columns can be displayed at once. Columns 2-6 are displayed but 7 & 8 are in the scrollable area on the right side of the grid.
My question is, when the grid is scrolled to the right all the way, columns 1 and 4-8 are displayed but columns 2 and 3 are 'behind' column 1. Is there any property that says Thisform.Grid1.Column2.Displayed = .f. ??
thanks!
I have a grid with 8 columns. The left most column is static with LockColumns = 1 and LockColumnsLeft = 1. Because of the size of the form not all columns can be displayed at once. Columns 2-6 are displayed but 7 & 8 are in the scrollable area on the right side of the grid.
My question is, when the grid is scrolled to the right all the way, columns 1 and 4-8 are displayed but columns 2 and 3 are 'behind' column 1. Is there any property that says Thisform.Grid1.Column2.Displayed = .f. ??
thanks!