I have class Products with unknown numbers of properties such as "Name", "Price" and so on. I retreive them only when parsing some txt file.
How should I:
- write a Product class to emplement dynimicly adding Properies
- Bind this collection of Products with unknonwn numbers of properties to ListView in XAML (or should I build in code behind after parsing txt file?)