Hi Russell,
The datawindow control resize event does trigger ( just tried in PB12.1 ).
You need to add the event to the control, call it say ue_resize and map the new event to pbm_size.
You will get the newheight as an argument.
HTH
Lars
Hi Russell,
The datawindow control resize event does trigger ( just tried in PB12.1 ).
You need to add the event to the control, call it say ue_resize and map the new event to pbm_size.
You will get the newheight as an argument.
HTH
Lars