0

Somehow this does not work:

      <TabControl.Resources>
        <Style TargetType="TabPanel">
             <Setter Property="HorizontalAlignment" Value="Stretch"/>
        </Style>
      </TabControl.Resources>
  • Does [this answer](http://stackoverflow.com/a/804378/302677) work for you? – Rachel Jul 15 '14 at 15:15
  • @Rachel tx very much, it worked fine! In the converter I just had to subtract 1.4 instead of 1 from the calculated tabitem width to avoid overflow to more rows in the tabpanel. – Henriette van de Haar Jul 16 '14 at 09:25

0 Answers0