I want tot use only pictures in the header of the tabcontrol
.
I'm using like this:
<TabItem.Header>
<Image Name="ImageClientPoints" Width="150" Height="80"
Stretch="Fill" Margin="0,0,0,0" />
</TabItem.Header>
and the result is the following:
http://oi39.tinypic.com/x3hnc9.jpg
but I want only the picture without the grey content around the picture.
I'm new to wpf i read about it and as I know I have to create a datatemplate
for this but it's to hard to me yet, an example would be helpful.