View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002016 | NoesisGUI | C# SDK | public | 2021-05-10 20:00 | 2021-05-25 14:40 |
| Reporter | KeldorKatarn | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.0.12 | ||||
| Summary | 0002016: 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. | ||||
| Platform | Any | ||||
| related to | 0001947 | assigned | sfernandez | ItemCollection should properly inherit from CollectionView |
| child of | 0001038 | assigned | sfernandez | Caliburn.Micro metaticket |
|
Are you binding an ObservableCollection to the ItemsSource? Because that class implements the INotifyCollectionChanged interface. |
|
|
No, I'm checking against the control's collection. |
|
|
Ok, this is related to the fact that ItemCollection doesn't inherit in Noesis from CollectionView (ICollectionView -> INotifyCollectionChanged). |
|
|
Yes, I think that's also needed for the grouping functionality of the ListBox isn't it? |
|
| 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 |