vexe / VFW

MIT License
492 stars 67 forks source link

Applying attributes both for the object and PerItem (on List) #103

Closed oxysoft closed 7 years ago

oxysoft commented 7 years ago

When I add PerItem, all the attributes now apply to the items only, but I also want certain attributes for the list itself. I'm assuming that it's currently not possible to do that, but would it even be possible at all considering all the attributes get grouped together?

oxysoft commented 7 years ago

Nvm, it looks like it's possible by giving strings to the PerItem constructor! A bit limited but still quite cool