How to present data from viewmodel

Viewed 16

So, my view model class contains collection of some class from application's model. How can I show this in stack panel as buttons collection? Is it okey, to create button's collection of my data in the view model?

0 Answers
Related