I have a form with a width of 1600 and a height of 900, on which I have a multi-page control (width=1500, height=800). Each page in the multi-page command apparently has aTTabSheet component (width=1492, height=767).
I am trying to tidy up the various components, but I'm having trouble setting the dimensions of the TTab component (I'd like 1500, 800). Neither using the mouse to change the dimension nor using the Object Inspector to change the dimension works. The TTab is at (0,0) on the Multi-Page control, and the Multi-Page control is at (40,24) on the form (Left,Top co-ordinates).
I've experienced this before when AutoSize was set to true, but cannot figure out why this should be the case when it is set to false.
I've looked in the SourceForge wiki pages for both TPageControl and TTabSheet but see no likely candidates.
Any ideas?
Tony