Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-357 Topic 3 Question 3 Discussion

Actual exam question for Microsoft's 70-357 exam
Question #: 3
Topic #: 3
[All 70-357 Questions]

Note: This question is part of a series of questions that present the same scenario. Each

question in the series contains n unique solution. Determine whether the solution meets the stated goals.

You need to implement the appropriate XAML layout for the Timeline app.

Solution: You create an instance of a StackPanel class.

Does this meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

StackPanel is a simple layout panel that arranges its child elements into a single line that can be oriented horizontally or vertically. StackPanel controls are typically used in scenarios where you want to arrange a small subsection of the UI on your page.

The following XAML shows how to create a vertical StackPanel of items.

XAML

The result looks like this.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel