Microsoft
70-511 · Question #259
You plan to create a Windows Presentation Foundation (WPF) user control. You need to create a WPF user control that contains 12 areas that are identical in size. The solution must meet the following…
The correct answer is B. UniformGrid. See the full explanation below for the reasoning.
Question
You plan to create a Windows Presentation Foundation (WPF) user control. You need to create a WPF user control that contains 12 areas that are identical in size. The solution must meet the following requirements:
- Ensure that if the control is resized, the relative size of the areas
will remain the same.
- Minimize development effort.
Which control should you use?
Options
- AStackPanel
- BUniformGrid
- CDockPanel
- DWrapPanel
- EViewbox
How the community answered
(37 responses)- A5% (2)
- B78% (29)
- D3% (1)
- E14% (5)
Community Discussion
No community discussion yet for this question.