MaterialDesignInXAML/MaterialDesignInXamlToolkit
DialogHost can't take full width and height
开放
#2,409 创建于 2021年8月26日
Hacktoberfestbugdialoghost
仓库指标
- 星标
- (16,143 个星标)
- PR 合并指标
- (平均合并 2天 7小时) (30 天内合并 9 个 PR)
描述
My DialogHost can't take up all the space of the screen. Beyond 1450px in width, the height is reduced in despite of a width already equals to 1920px and height to 1080px in my code.
Expected

Currently

Behavior with a manual modification of the width only (height stays 1080px).

Repo with a simple demo with only one step, "Restore NuGet Packages".
https://github.com/Imperare/PocDialogHost
I use 24" screens.