1. Let’s say I have a grid with three columns. I use the AddCol method and specify the width of the first two columns with the lWidth property. Now I want the third column to fill the available space. Is it possible to specify some value for the third column’s width which does this?
2. The lWidth property is in pixels but the overall width of the grid control is set in inches (Access 2010). To use a simple example, if I have a grid with ONE column set to a width of THREE inches, how many pixels would I have to set the column so that it fits the entire three inches BUT also leaves space for the vertical scroll bar?
Thanks you!
Ray