MaterialDesignInXAML/MaterialDesignInXamlToolkit

DialogHost can't take full width and height

Aberta

#2.409 aberto em 26 de ago. de 2021

 (5 comentários) (0 reação) (0 responsável)C# (3.500 forks)batch import
Hacktoberfestbugdialoghost

Métricas do repositório

Stars
 (16.143 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 7h) (9 fundiu PRs em 30d)

Description

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

image

Currently

image

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

Gq2qq

Repo with a simple demo with only one step, "Restore NuGet Packages".

https://github.com/Imperare/PocDialogHost

I use 24" screens.

Guia do colaborador