Subgenius
a year ago
How easy is it to convert the size found from the igrid to the form's size? Scale mode of Twips? Column width found at 64 while it should have been somewhere around 4500 so I can resize the grid to show the data,
Subgenius
a year ago
I am making a menu with iGrid, so I have utilized AutoWidthCol and I need to resize the grid to the column width which showed 64. So what scalemode is it and how to get twips?
Igor/10Tec
a year ago
It seems it is a question about iGrid ActiveX and VB6, so that it will be moved into the corresponding section.

If you need this in VB6, you can always convert twips to pixels and vice versa using the value returned by the Screen.TwipsPerPixelX property.