Hi,

The only way to get smooth scrolling, with any of the list based
components, is to place them in a container (like canvas) and set the
list's height explicitly; to render all of the items 
(valueCommit="myList.height = myList.measureHeightOfItems").  This will
give you a performance hit, but the scroll will be more natural.  This
however, will negate the ability to scrollToIndex.

-TH

--- In [email protected], "michal.sustr" <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
> is there a way how to enable AdvancedDataGrid scrolling not on rows,
> but on parts of rows? If some rows are too long (and others short),
> you can see "jumping" which is not very pleasant and is quite
> confusing. Sometimes it is even not possible to scroll down to last
row.
>


Reply via email to