Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
Show "modified" in tabheader - How?
posted

Hi,

I want to show an image (e.g. red bullet) in tabheader if data changes within the tab (like Visual Studio).

How can this be done? How do I get an image into the tabheader?

 

Best regards

cew3

Parents
No Data
Reply
  • 180
    Verified Answer
    posted

      <TabItem.Header>

                            <StackPanel Orientation="Horizontal">

                                <Image VerticalAlignment="Center"                                    Source="/Images/Add%20Product.png" Width="24" />

                                <TextBlock VerticalAlignment="Center" Margin="5, 0" >Reports</TextBlock>

                            </StackPanel>

             </TabItem.Header>

Children
No Data