Sorry for the delay in publishing your answers, now all answers from unregistered users are moderated since we have been flooded with trolls. You can register by getting the Wisej Trial license.
About this issue, we can’t reproduce it with our test cases. Can you provide a sample?
ListView1.MultiSelect = True
ListView1.CheckBoxes = True
So… strange…
In the sample Wisej.SelectItem if i put in “details” view and add a column, I can see the boxes.
But in my project i have exactly the same options in my ListView and the boxes are not visible.. is not showing the boxes.. 🙁
I tried to copy exactly the same ListView of your sample to my project and not… i can’t see the boxes in the ListView..
So strange, because i checked one by one of the properties and are exactly the same.
Some idea? maybe the theme…?
For my project the best solution will be to fix the multiple selection dynamically on “LISTBOX”..
But my other option for now maybe is the ListView but I have this problem that i can’t see the checkboxes.
Thanks
In your sample (i’m using “details” view and added a column) Wisej.SelectItem if I put…
ListView1.MultiSelect = True
ListView1.CheckBoxes = True
The ListView show the boxes, but in my code (with the same options) don’t show the boxes.
I also tried to copy exactly the same ListView from your sample to my project.. but still don’t showing the boxes..
Some idea?
The ideal will be that the ListBox should work good the select options.. incluiding the “multiselection”.
Thanks.
Hi,
It works from my side. I take the checked items from ListView1.CheckedItems
On loading, set :
ListView1.MultiSelect = True
ListView1.CheckBoxes = True
Please login first to submit.