Posting this in the hope it's useful, couldn't see any reference to this in any of the demos or forum:
I was wanting to get scrollable tabs, so this was the correct syntax:
jTabLayout1.SetTabMode(tmScrollable);
Or Fixed tabs:
jTabLayout1.SetTabMode(tmFixed);
tmFixed is the default.