英文:
Powerapps canvas app set container height not working
问题
I am working on a power apps canvas app where I am using containers to manage the layout, but there is an issue setting the containers height, the height is not being reflected, every time I have to delete and undo for the element to apply to height, and after then I do save and return to the app to find that the container is back to its original height of 200.
第一张图片是我插入容器时的情况。
第二张图片是在我删除和撤消之后的情况。
Any clue here?
英文:
I am working on a power apps canvas app where I am using containers to manage the layout, but there is an issue setting the containers height, the height is not being reflected, every time I have to delete and undo for the element to apply to height, and after then I do save and return to the app to find that the container is back to its original height of 200.
First Image is when I insert the container.
Second Image is after I delete and undo.
Any clue here?
答案1
得分: 1
检查是否有设置覆盖了您在 Height 属性中设置的值:
- 如果启用了 Flexible Height 属性,容器将垂直拉伸以填充所有可用空间。
- 如果容器有父容器,可以设置其内容填充可用空间。
英文:
Check if there are settings that override the value you set in the Height property:
- If the Flexible Height property is enabled, the container will stretch to fill all available space vertically.
- If the container has a parent container, it can be set up so that it's contents fill the available space.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论