If you have a plain ring (CTRL_RING or CTRL_RING_LS), use the following code:
SetCtrlAttribute (panel, control, 20472, newWidth);
If you have a menu ring (CTRL_RECESSED_MENU_RING, CTRL_MENU_RING, CTRL_POPUP_MENU_RING, CTRL_RECESSED_MENU_RING_LS, CTRL_MENU_RING_LS, or CTRL_POPUP_MENU_RING_LS) use the following code:
SetCtrlAttribute (panel, control, 20475, newWidth);
If you want to set the height of a menu ring's arrow, use the following code:
SetCtrlAttribute (panel, control, 20476, newHeight);
These are undocumented attributes, so you won't find their description in the function panel help or online help.
Luis Gomes
NI