Timing of ComboBox losing focus on pop-up
Open
@pomianowski is already working on this.
Since Jun 23, 2022.
bug
styles
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description

ComboBox is not closed when I start dragging the window
In addition, when the height is equal to 30, the title cannot be displayed in full, the top and bottom are obscured.
<ComboBox x:Name="DeviceComboBox"
Width="180"
DisplayMemberPath="Device.DeviceName"
SelectionChanged="DeviceComboBox_SelectionChanged">
</ComboBox>
wpfui version 2.0.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.