I have a ListBox that in most cases will have more items than are
visible at a time (visibleItemCount). I then add a new item
dynamically and set it to be selected using setItemSelected(idx,
true).  The item is added to the bottom of the ListBox, which is fine,
but I would like the item to be visible which is not working on IE.

In Firefox 3.5.2 and Chrome 3.0.195.6 the item becomes visible (the
scroll bar moves to the bottom), but in IE 7, the scroll bar doesn't
move so the item is out of view.  I verified that the item is selected
by scrolling to the bottom, but I'd really like this to be
automatic.

Anybody know how can I force the ListBox to show this new (selected)
item?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to