Open xinxinsg opened 1 year ago
Hi,
Please specify exactly your steps or by submitting a sample because I can't reproduce this issue.
-I created a new WPF NET Framework sample
-Used NuGet Package Manager to reference Extended.Wpf.Toolkit v4.5.0.
-Created the following XAML:
`
` -Entered "te" in the searchBox of the PropertyGrid : Many propertyItems have yellow highlights. -Clicked the "X" button next to the searchBar of the PropertyGrid (of select all the text in the searchBox and press Backspace): No more propertyItems with yellow highlights.
Thank you for your response. I did not have a chance to test with V4.5 as I used V3.5 with a public license.
When I enter a text in the search box, all the matching text will be highlighted. But when I clear the search box (by both enter Backspace or by clicking the X button), the highlight is still shown.