View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002318 | NoesisGUI | Unity | public | 2022-03-31 20:30 | 2022-04-04 11:40 |
| Reporter | aberro | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.1 | ||||
| Summary | 0002318: ItemsControl.ItemsSource not working with IEnumerable | ||||
| Description | Following type used as ItemsSource doesn't display any items: public class Test<T> : IEnumerable<T>, IEnumerable In WPF ItemsControl may accept any IEnumerable types. | ||||
| Platform | Any | ||||
| related to | 0001017 | resolved | sfernandez | ItemsControl.ItemsSource not working with custom observable collection |
|
Yep, seems like 1017 is related, I've implemented IList and now it's working. |
|
|
As you found our ItemsSource implementation is based on the IList interface, would that work for you? |
|
|
Well, yes, but aren't you trying to implement fully WPF compatible UI? |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-03-31 20:30 | aberro | New Issue | |
| 2022-03-31 20:30 | aberro | Tag Attached: WPF | |
| 2022-03-31 20:31 | aberro | Relationship added | related to 0001017 |
| 2022-03-31 20:31 | aberro | Description Updated | |
| 2022-03-31 20:55 | aberro | Note Added: 0007883 | |
| 2022-04-04 09:48 | sfernandez | Assigned To | => sfernandez |
| 2022-04-04 09:48 | sfernandez | Status | new => feedback |
| 2022-04-04 09:48 | sfernandez | Note Added: 0007885 | |
| 2022-04-04 11:40 | aberro | Note Added: 0007887 | |
| 2022-04-04 11:40 | aberro | Status | feedback => assigned |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |