View Issue Details

IDProjectCategoryView StatusLast Update
0002016NoesisGUIC# SDKpublic2021-05-25 14:40
ReporterKeldorKatarn Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Product Version3.0.12 
Summary0002016: WPF Inconsistency: Noesis.ItemsCollections does not implement INotifyCollectionChanged
Description

The title says it all.

I'm using this to detext on a ListBox when its ItemsSource has changed to scroll it all the way back to the top.
Workaround is welcome for now. I didn't find another way to do it.

PlatformAny

Relationships

related to 0001947 assignedsfernandez ItemCollection should properly inherit from CollectionView 
child of 0001038 assignedsfernandez Caliburn.Micro metaticket 

Activities

sfernandez

sfernandez

2021-05-10 20:17

manager   ~0007240

Are you binding an ObservableCollection to the ItemsSource? Because that class implements the INotifyCollectionChanged interface.

KeldorKatarn

KeldorKatarn

2021-05-10 20:21

reporter   ~0007242

No, I'm checking against the control's collection.
Check here to see what I'm trying to do:
https://github.com/VacuumBreather/Caliburn.Noesis/blob/feature/conductor_sample/Assets/Samples/Conductors/Scripts/Views/ScrollToTopBehavior.cs

sfernandez

sfernandez

2021-05-10 20:32

manager   ~0007243

Ok, this is related to the fact that ItemCollection doesn't inherit in Noesis from CollectionView (ICollectionView -> INotifyCollectionChanged).
This is something we have to fix.

KeldorKatarn

KeldorKatarn

2021-05-10 21:16

reporter   ~0007244

Yes, I think that's also needed for the grouping functionality of the ListBox isn't it?

Issue History

Date Modified Username Field Change
2021-05-10 20:00 KeldorKatarn New Issue
2021-05-10 20:17 sfernandez Assigned To => sfernandez
2021-05-10 20:17 sfernandez Status new => feedback
2021-05-10 20:17 sfernandez Note Added: 0007240
2021-05-10 20:21 KeldorKatarn Note Added: 0007242
2021-05-10 20:21 KeldorKatarn Status feedback => assigned
2021-05-10 20:32 sfernandez Note Added: 0007243
2021-05-10 20:32 sfernandez Relationship added related to 0001947
2021-05-10 21:16 KeldorKatarn Note Added: 0007244
2021-05-25 14:40 KeldorKatarn Relationship added child of 0001038