in the autosize example for listbox with the HTML replaced with the following, the listbox is not properly anchored in Windows 8 IE10 – It works in other IE10 Windows versions.
<div style="height: 200px;overflow:auto;"> <textarea style="height: 150px;width:200px;padding: 8px;" >Area 1</textarea><br /> <textarea style="height: 150px;width:200px;padding: 8px;" >Area 2</textarea><br /> <div id='jqxWidget'> </div> <textarea style="height: 150px;width:200px;padding: 8px;" >Area 4</textarea><br /> <textarea style="height: 150px;width:200px;padding: 8px;" >Area 5</textarea> </div>