Sideways TabPanel

Any have an already created “sideways” tab panel control (freeware)?
By sideways I mean the tabs down the side (preferably right side) instead of across the top

Or a way to show text rotated 90deg in a bevel button?

Yes I know, I can do it with a canvas… but looking to save a bit of time (and the one Alex Restropo did, while nice… is not quite what I want visually)

Dave did you look at the one from Alex Restrepo? I think Norman updated it a couple of years ago to work with Xojo. It is pretty good piece of code.

He wrote: “and the one Alex Restropo did, while nice… is not quite what I want visually)”

Doh!! Or maybe use that as a starting point and change out the little pics that make up the tabs? Seems like that might be easier than writing all the code from scratch?

Yes. That’s what I was thinking. Alex’s tab panel tabs aren’t very pretty.

In theory, although I’ve never tried it, you can apply a transform to a NSView, so you might be able to rotate a Segemented Control using declares.