diff --git a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml index 33bfb0a..23d2641 100644 --- a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml @@ -102,7 +102,7 @@ Name="{x:Static iri:PartNames.PART_Popup}" Grid.Column="0" MinWidth="{Binding Bounds.Width, RelativeSource={RelativeSource TemplatedParent}}" - MinHeight="{TemplateBinding MaxDropDownHeight}" + MaxHeight="{TemplateBinding MaxDropDownHeight}" ClipToBounds="False" InheritsTransform="True" IsLightDismissEnabled="True"