Subgenius
2024-06-10T19:07:11Z
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
2024-06-10T19:16:29Z
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
2024-06-13T14:27:43Z
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.