BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi!
I need help.
When I click on the Collect button, I need the item to be selected, and visible on the screen. Screen scrolling does not follow.
Hi Davi,
Sorry for the delay, we have checked the attached sample and analyzed the required scenario, we recommend you use the SfListView.SelectedItems to achieve your requirement, which holds the collection of the selected item, Also we suggest using CollectionChanged instead of propertyChanged. We have attached the sample modified for your reference.
Also, we suggest you set the height for the image to get the image properly. Please let us know if you have any concerns.
Regards,
Suthi Yuvaraj.
Hi!
Thanks for the feedback!
I have a problem. Clicking on the list item is giving error.
Is it possible when selecting the list item and clicking the Collect button, start from the selected item?
Davi,
#Regarding crash while tapping the item.
We have analyzed the sample and found that the property to the selected items must be an object type. we have modified the sample now the sample will work properly without any crashes while tapping the item.
#Regarding selecting the item manually and programmatically start after the manual selection
We recommend you use the selected template to update the selection of items manually and for the programmatic selection, you can update the selected items, which automatically updates the selection. We have attached the sample as per your requirement, please have a look at the sample and let us know if you have any concerns.