I am wondering is it possible to have a list box that has custom “view” for each of the items.
i.e. I have <a> add items to a collection but I have want the list item to appear as such:
ListBoxItem = [ Some Label, Some ComboxBox, Some CheckBox]
Note: I don’t want to use a grid.
I can do this easily in WPF application as DataTemplate.
Hopefully that give you guys enough info.
Since I was new to this. I didn’t realize we can just use div to create a lot of things I was looking for.