Different sized tabs in dotNet tab control

Is it possible to have tabs in a dotNet tab control be different sizes? After looking at the three available enumerations for .sizeMode, and the two available for .drawMode I can't find any way to set the width of each individual tab.

Fixed size mode lets you adjust the width, but it makes all tabs the same width. Normal size mode doesn't allow me to set the width, and it makes all tabs the same width. And fillToRight doesn't allow me to change the width either.

Normal draw mode does the same as normal size mode. And ownderDrawFixed does the same as the fixed size mode.

Does anyone know of something I've been overlooking? Is there a way to create tabs with different widths?