I think the title is pretty straightforward. I’m using some custom controls. I want to flip the tab header of a custom tab control. I tried a layout transform (ScaleTransform X = -1) to flip horizontally the tab header. But obviously I want the text inside not to be mirrored. I can’t find a way so far.
I think the title is pretty straightforward. I’m using some custom controls. I want
Share
You can do this by giving the
TabItema HeaderTemplate, and applying aScaleTransformthere also: