* .NET Core Version: NET 6, NET 5 * Windows version: windiws 10 1803 NET 6  NET 5  ``` <Grid> <ComboBox Width="100" Height="20"> <ComboBoxItem ToolTip="1">13.42</ComboBoxItem> <ComboBoxItem ToolTip="2">15.82</ComboBoxItem> </ComboBox> </Grid> ```