Unplanned
Last Updated: 30 Jul 2021 00:53 by Kun
Dinko
Created on: 29 Jul 2021 13:39
Category: ComboBox
Type: Bug Report
2
ComboBox: Improve selection while the control is populated with equal string values in Single selection mode

In this case, the control is bound to a collection of strings. The collection contains equal string values. ("h1","h2","h1"). When the first item is selected and afterward we select the last one, will not trigger the SelectionChanged event. This behavior could be improved.

 

1 comment
Kun
Posted on: 30 Jul 2021 00:53
Selection changes contains selecteditem change and selectedIndex change.