I am using the WINJS grouped list view control in my project. I am using ItemMultiSizeRenderer template to render my list view. Is there any event is available in WINJS to know my List view is rendered completely.
hey,
you can bind your list view to document.queryselector
and the listview.loadingState will tell you.