locked
How to identify the WinJS grouped listview render complete event RRS feed

  • Question

  • 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.

    Thursday, October 4, 2012 10:18 AM

Answers

  • hey,

    you can bind your list view to document.queryselector

    and the listview.loadingState will tell you.

    • Proposed as answer by gogoqaz Friday, October 12, 2012 1:46 AM
    • Marked as answer by Song Tian Thursday, October 18, 2012 6:55 AM
    Monday, October 8, 2012 10:18 AM