I have sorted my listbox values ascending and selected for example the 3rd value. After the selection,the value shown in the listbox is the first one. It should be the selected value, not the first value. Is it possible to “activate” the selected value to be shown after it is selected?
I have sorted my listbox values ascending and selected for example the 3rd value.
Share
This not a normal behavior … if you select an item in a listBox it shows the selected item….
could you post the code you are using so we can try to reproduce the issue ?