Click here to Skip to main content
15,891,905 members

Comments by hardover (Top 20 by date)

hardover 15-Mar-24 19:15pm View    
Don't understand your view of my tone. If you are referring to "not the place for arguments" I was prefacing my statement with that to show that I didn't want it to seem argumentative.
Otherwise, what tone? Apologies if you were offended by something.
hardover 14-Mar-24 18:02pm View    
Not the place for arguments, but it is in fact bound and I have tested before and after list selection to confirm it.

Again thanks for your interest and energy. I am going this way.
hardover 13-Mar-24 15:42pm View    
I realize that something like a realtime count will not stay current. I don't need to see anything like that in the interface. What I am concerned with is the integrity of the SelectedTags List<>. I am managing that through the routines:
OnSelectionChanged (of the internal collection)
AddSelections
RemoveSelections
hardover 12-Mar-24 19:53pm View    
I'll take a look. Thanks
hardover 12-Mar-24 19:09pm View    
Appreciate your concern, but I said somewhere in here that I am managing the changes to the visible list back into the "selected" List. I have tested this and it works nicely. You might say this is unnecessary work due to not using an ObservableCollection, but the Tag does not have the needed Selected Property for the multiselect list and the Tag can't be changed.