Microsoft
70-511 · Question #92
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 DockPanel.Dock property to Right on each of the panels.
- Cset the LayoutTransform property to Identity on the DockPanel.
- DSet the FlowDirection property to RightToLeft on each of the panels.
How the community answered
(49 responses)- A6% (3)
- B12% (6)
- C4% (2)
- D78% (38)
Community Discussion
No community discussion yet for this question.