WPF TabControl Determine header Heigth?
Posted
by Petoj
on Stack Overflow
See other posts from Stack Overflow
or by Petoj
Published on 2010-03-14T20:17:41Z
Indexed on
2010/03/14
20:25 UTC
Read the original article
Hit count: 433
Lets say i have a reference to a TabControl is there any way to get the height of the headers?
The reason for this is the following i have one tabcontrol and one image above it and i want the headers to be on the image.. so my idear was to write a value converter that can convert a tabcontrol to a Thickness.. and by using this i would be able to place the headers on top of the image...
© Stack Overflow or respective owner