Is it possible to implement in winforms a scrollable, not multi-line, left alignment tabcontrol?
If this is possible by drawing the owner, is there any existing code to use as a reference when implementing my own?
EDIT: "Left Aligned" means that the tabControl property is set to: "Alignment = Left" (as opposed to Left-to-right).
source share