I am using listview of winjs. There are multiple listviews on a single page which are made visible/hidden based on knockout binding. When I hide one of the listview and show another one, then the data is binded again to the listview but it throws an error:
WinJS.UI._ElementResizeInstrument, ElementResizeInstrument initialization failed
Does any one know the reason and probable solution to this?