PL-200 · Question #233
A company uses Power Apps. The company plans to create a canvas app that uses a responsive design. You need to configure the app. Which two actions should you perform? Each correct answer presents…
The correct answer is B. Configure the height and width properties by using a formula. C. Disable the Scale to fit setting. Responsive canvas apps require disabling Scale to fit and setting height/width via formulas so the layout adapts dynamically to the screen size.
Question
Options
- AEnable the lock orientation setting.
- BConfigure the height and width properties by using a formula.
- CDisable the Scale to fit setting.
- DConfigure the height and width properties by using drag handles.
How the community answered
(43 responses)- A7% (3)
- B79% (34)
- D14% (6)
Why each option
Responsive canvas apps require disabling Scale to fit and setting height/width via formulas so the layout adapts dynamically to the screen size.
Enabling lock orientation restricts the app to one orientation, which works against responsive design that must adapt to both portrait and landscape screens.
Setting height and width properties with formulas (such as App.Height and App.Width) allows controls to resize proportionally based on the actual device screen, which is the foundation of a responsive layout.
Disabling Scale to fit prevents Power Apps from stretching a fixed-size canvas to fill the screen, which is required so that the formula-driven layout can take over and respond to actual device dimensions.
Using drag handles sets static pixel values for height and width, which produces a fixed layout that does not respond to different screen sizes.
Concept tested: Responsive canvas app design configuration
Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/build-responsive-apps
Topics
Community Discussion
No community discussion yet for this question.