Applies to:
PcVue version 8.10 SP7 onwards. |
||
|
||
Summary:
A sample VBA function to resize the AIGrid component after zoom or screen adaptation. |
||
|
||
Details:
An example mimic after ZOOM OUT: The same mimic after ZOOM IN: The function: Private Sub Btn_ZoomIn_Click() For Index = 1 To AIGrid1.RowCount ‘For all the lines except the header Set MyFont = AIGrid1.Font AIGrid1.Width = AIGrid1.TotalWidth |
||
|
||
|
Created on: 07 Dec 2011 Last update: 13 May 2024