-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
bugevaluation requiredItems is pending review or evaluation by the teamItems is pending review or evaluation by the team
Milestone
Description
Bug explanation
Style Combobox - 'MaterialDesignFloatingHintComboBox'.
If ComboBoxItem takes up several lines, then ComboBox begins to behave incorrectly.
<Grid Width="500" HorizontalAlignment="Stretch" Margin="15">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<materialDesign:PackIcon Kind="CardAccountMailOutline" Height="25" Width="25"/>
<TextBlock Text="Test Test Test" Margin="30 2 0 10" Grid.ColumnSpan="3" VerticalAlignment="Bottom" FontSize="15"/>
<Border HorizontalAlignment="Stretch" VerticalAlignment="Bottom" Grid.ColumnSpan="3"
BorderBrush="{StaticResource WindowTitleColorBrush}" BorderThickness="1" Height="1"/>
<ComboBox FontSize="14"
Grid.Row="1" Margin="10 30 0 0"
materialDesign:HintAssist.Hint="Test Test Test Test "
materialDesign:HintAssist.IsFloating="True"
materialDesign:TextFieldAssist.OutlinedBorderActiveThickness="0 0 0 0"
materialDesign:HintAssist.FloatingOffset="0 -25"
materialDesign:HintAssist.FloatingScale="1"
ItemTemplate="{StaticResource This.DataTemplate.Combobox.Items.UserMinInfo}"
SelectionChanged="CBSetupRecipientVisibleButton_SelectionChanged"/>
</Grid>Version
5.1
Metadata
Metadata
Assignees
Labels
bugevaluation requiredItems is pending review or evaluation by the teamItems is pending review or evaluation by the team
