Is there an easy way to resize the controls on an EasyTab control? I've tried two things:
1. using EasyTab_AutoSize when EVENT_PANEL_SIZE is called, but this only resizes the tab
2. Setting the ATTR_SCALE_CONTENTS_ON_RESIZE attribute for the panel, but this generates a run-time messagebox of "The attribute passed is not valid".
The scaling is also not correct after the error box is dismissed. Some items are scaled, but not all, and the scale looks like it is for the whole window area, not just the portion that is on the easy tab.
I've tried looking at both the easytab sample and the autosize sample, but neither seem to work correctly for what I'm trying to do.