HOTSPOT
You are developing a page for an app. The page uses the following XAML markup:
The grid takes the full width of the page and has no margins.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Why is the third one true?
I mean Y,Y,N …
i agree, YYN
Guys, it’s YNY.
1. The purple rectangle will still be 100 and there’s no orientation changes, so ‘Yes’.
2. The app’s orientation becomes portrait and that makes the width of the green rectangle 0, so ‘No’.
3. Again, the app’s orientation is portrait, that makes green rectangle 0 and the only one that’s left is the 150 width of the purple.
790 – 150 = 640.
If you didn’t notice, there’s Margin=”20″ and that makes all sides -20,
so 640 – 40 = 600.
1/3 of 600 is 200, so the answer should be ‘Yes’.
The distribution of the first 3 columns is:
0: 150 (*)
1: 300 (2*)
2: 150 (auto)
Then the third question should be no.