J
Julia M
Hi,
I created a simple TabControl
<TabControl >
<TabItem Header="A Header" />
<TabItem Header="Header No. 2" />
<TabItem Header="Yet another Header" />
</TabControl>
and it looked fine ... until I applied a RotateTransfrom like
<TabControl >
<TabControl.LayoutTransform>
<RotateTransform Angle="90" />
</TabControl.LayoutTransform>
<TabItem Header="A Header" />
<TabItem Header="Header No. 2" />
<TabItem Header="Yet another Header" />
</TabControl>
and the selected TabItems get all fuzzy.
Take a look at http://yfrog.com/2pwpf1jx to see the effect.
It doesn't matter at all whether I rotate the whole control or just
it's TabItems. Even SnapToDevicePixels won't snap the thing out off
looking like crap.
Any idea what is causing this and how to fix it?
I created a simple TabControl
<TabControl >
<TabItem Header="A Header" />
<TabItem Header="Header No. 2" />
<TabItem Header="Yet another Header" />
</TabControl>
and it looked fine ... until I applied a RotateTransfrom like
<TabControl >
<TabControl.LayoutTransform>
<RotateTransform Angle="90" />
</TabControl.LayoutTransform>
<TabItem Header="A Header" />
<TabItem Header="Header No. 2" />
<TabItem Header="Yet another Header" />
</TabControl>
and the selected TabItems get all fuzzy.
Take a look at http://yfrog.com/2pwpf1jx to see the effect.
It doesn't matter at all whether I rotate the whole control or just
it's TabItems. Even SnapToDevicePixels won't snap the thing out off
looking like crap.
Any idea what is causing this and how to fix it?