Hi Henning,
I tried this, but my trigger caused the entire tab page to disappear. My
situtation involves hiding the tab buttons when there's only one tab page to
display, and introducing the buttons when extra pages are added. Perhaps
I've misunderstood your suggestion or my implementation wasn't correct.
Drew.
> Hello,
>
[quoted text clipped - 22 lines]
> >
> > Drew Noakes.
Henning Krause [MVP - Exchange] - 30 Aug 2007 19:04 GMT
Hello,
ok, I misunderstood your question here.
TabItem inherits from HeaderedContentControl. As such, it should have a
Header.
You can try to set the header content to null with a style trigger. Or
manipulate the HeaderTemplate property.
Albeit from that, I don't have any other idead.
Kind regards,
Henning Krause
> Hi Henning,
>
[quoted text clipped - 40 lines]
>> >
>> > Drew Noakes.