EVENT_PANEL_SIZE
Description
After a user or program changes the size of a panel, LabWindows/CVI generates an EVENT_PANEL_SIZE event and sends the event to the callback function associated with the panel. The EVENT_PANEL_SIZING event is generated as the user or program resizes the panel.
(Linux) For parent panels, LabWindows/CVI continuously generates EVENT_PANEL_SIZE events instead of EVENT_PANEL_SIZING events as the user or program resizes the panel.
![]() |
Note If ATTR_DISABLE_PROG_PANEL_SIZE_EVENTS is set to true, you cannot programmatically change the size of a panel. |
This event is not swallowable.
Applies To
Event Data Parameters
Not used.
LabWindows/CVI Compatibility
LabWindows/CVI 3.0 and later