I have a code Like above Texted But My problem is When I'm selected any item Remaining Items are getting selected in checkBox but I need to select specific checkbox
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amira BedhiafiPosted Mar 17, 2025, 9:38 AM
Make sure that
IsSelectedis a property within theMetmastAssetAdapterclass.Your
MetmastAssetAdapterclass should implementINotifyPropertyChangedso that changes to theIsSelectedproperty notify the UI.Instead of using a simple
List, use anObservableCollectionin your ViewModel:Then, populate it in the ViewModel: