79644097

Date: 2025-05-29 14:42:13
Score: 5
Natty:
Report link

Ok, Thanks to Dragan and many many tests I actually did figure it out. This is where the problem was:

            <ScrollViewer
                Grid.Column="2"
                HorizontalScrollBarVisibility="Auto"
                VerticalScrollBarVisibility="Auto">
                <Frame
                    x:Name="_mainFrame"
                    Grid.Column="2"
                    Margin="0"
                    HorizontalAlignment="Stretch"
                    VerticalAlignment="Stretch"
                    NavigationUIVisibility="Visible" />                    
            </ScrollViewer>

The ScrollViewer broke the widths... As soon as I removed that, all works as expected.

Dragan, I would like you to get the credit for this solution - how do I do that?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): how do I
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Danie Spreeth