Microsoft
70-511 · Question #211
You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the main window into…
The correct answer is D. Set the FlowDirection property to RightToLeft on each of the panels. See the full explanation below for the reasoning.
Question
You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the main window into three distinct columns. Each column is a panel that is responsible for the layout of its own controls. You need to reverse the order of the columns. What should you do?
Options
- ASet the HorizontalAlignment property to Right on the DockPanel.
- BSet the LayoutTransform property to Identity on the DockPanel.
- CSet the DockPanel.Dock property to Right on each of the panels.
- DSet the FlowDirection property to RightToLeft on each of the panels.
How the community answered
(27 responses)- A11% (3)
- B7% (2)
- C4% (1)
- D78% (21)
Community Discussion
No community discussion yet for this question.