We have released a new build of Wisej.
Find it at https://wisej.com/builds
or use the AutoUpdate tool.
Best regards
Frank
Awesome. Found a bug: In details view, changing ListView.SelectedIndex programmatically does not fire the ListView.SelectedIndexChanged event.
A workaround is to call the event manually:
lvConfigTypes.SelectedIndex=0 lvConfigTypes_SelectedIndexChanged(Me, Nothing)