Is there a way to programatically resize an IMAQ image control on a front panel? I do not want all the controls on the panel to resize, just the image control (no global scaling).
It doesn't appear that there is going to be a way to programmatically resize the IMAQ Image Display control.
However, you could use either an Intensity Graph or a Picture Control instead. For these, you would need to use a Property Node with the PlotAreaSize or DrawAreaSize properties (respectively). The following example programs demonstrate how to snap an image into these controls: