You use SetPanelAttribute and set the Scale Contents on Resize to FALSE.
So, use:
SetPanelAttribute (panelHandle, ATTR_SCALE_CONTENTS_ON_RESIZE, 0);
Best Regards,
Chris Matthews
LabWindows/CVI PSE
"denegri marco" wrote:
>>is possible to avoid the resizing of a control (in particular a string
control)>when the panel that contains the control is maximized and/or resized?>>thanks>>marco
denegri>