For the life of me I can't seem to create a tab control that is always just one line and has a horizontal spinner when the total width of all the tabs is wider than the tab control itself.
The effect I am looking for is like the sheet tabs in a spreadsheet application or,
the source files open in the IWBasic IDE.
LarryMc
from commctrl.inc:$define TCS_MULTILINE 0x0200
Do not specify this flag when creating the tab control, or try to remove it after toolbar creation (if you have no control over toolbar styles while creating it).
@Sapero
I wasn't using that flag.
However, I was using @BORDER|@EXCLIENTEDGE and if either one of those are used it will make it multiline.
LarryMc