Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid ScrolltoBottom() doesnt work

    Hi,

    when i set ScrolltoBottom() in the DataArrivedHandler of my ListGrid it doesnt scroll to the Bottom of its actuall content.
    Any ideas?

    #2
    Workaround

    Im now using scrollToRow(int)...seems to work out fine.
    But i still wonder why scrollToTop and scrollToBottom doesnt work...

    Comment


      #3
      Use ListGrid.body.scrollToTop()

      Comment

      Working...
      X