Microsoft
70-484 · Question #154
70-484 Question #154: Real Exam Question with Answer & Explanation
The correct answer is C. Use a ComboBox to show the list of groups and a GridView to show the items for the group. See the full explanation below for the reasoning.
Question
You are implementing a Windows Store app in which the hub details page displays a list of popular recipes. Recipes are grouped by their categories, ingredients, or popularity. You want to show the list of groups and items in each group. What is the best way to implement this feature?
Options
- AUse a ComboBox to show the list of groups and a StackPanel that is populated in the code-
- BUse a ListBox to show the list of groups and a GridView to show the items for the group selected
- CUse a ComboBox to show the list of groups and a GridView to show the items for the group
- DUse a StackPanel to arrange the items in the list of groups and a ListBox to show the items for
Community Discussion
No community discussion yet for this question.