私のxamlコードは以下です。
<ChildWindow x:Class="Donas.Client.Common.MessageWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="450" Height="180" MaxHeight="600" FontFamily="Malgun Gothic" FontSize="12"
Title="Title">
最大の高さを 600px に設定しましたが、Show()
メソッドを呼び出した後、最大の高さが Infinity に変更されました。デバッグからこれに気付きました。最大高さが無限に変わる理由と、これを防ぐ方法を知りたいです。