Hi
I am using the IELayer class and I am adjusting the height of a layer in code ...
Viewer.Image.GetLayer(1).Height = CInt(newHeight) * Calibration
However, the view does not update until I mouse click on the Viewer.
I have tried Refresh, Invalidate etc but nothing makes the layer jump to the correct size until I mouse click.
Ideas ?
Jez