SelectedCount is not always correct #1197
Labels
Bug
Pull Requests Invited
There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Of course, multiselect is active. The code above throws an exception when I reduce the number of selected Items with <cursor up/down>. In that case the vst.SelectedCount still holds the old number while the counted items (SelectedCount) is correct.
If I check vst.SelectedCount later, it seems to be correct again. However, I can't find any later event fired by the vst component to check the count and respond to it.
OnAddToSelection and OnRemoveFromSelection don't work either. Again, the vst.SelectedCount is wrong.
It would be great to have an "OnAfterSelect" event that fires when everything is ready...
The text was updated successfully, but these errors were encountered: