nerdexam
Microsoft

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.

Create apps by using Microsoft Power Apps

Question

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 part of the solution. NOTE: Each correct selection is worth one point.

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)
  • A
    7% (3)
  • B
    79% (34)
  • D
    14% (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.

AEnable the lock orientation setting.

Enabling lock orientation restricts the app to one orientation, which works against responsive design that must adapt to both portrait and landscape screens.

BConfigure the height and width properties by using a formula.Correct

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.

CDisable the Scale to fit setting.Correct

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.

DConfigure the height and width properties by using drag handles.

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

#Power Apps#Canvas App#Responsive Design#App Configuration

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice