12/2/2010 12:42:17 AM
Title:
Daragrid with variableRowHeight="true" causes problem on vertical scrolling
Hello Guys,
I have daragrid with variableRowHeight="true", which causes problem on vertical scrolling (showing jerks with scroll bars height is change).
Each DataGrid row doen't have fixed height as it renders depending upon it's data due to variableRowHeight="true". If i set this property to "false" then scrollbar works perfect.
Can anybody have solution of this problem?
Thanks,
Nilesh
12/2/2010 2:46:47 AM
Hi
I have set the variableRowHeight="true" in my code and i don't see any problem in Vertical Scroll policy. Have you set the verticalScrollPolicy="auto"?
12/2/2010 3:11:05 AM
its not possible to make a fixed height scrollbar for the variable height data. The content cannot be measured before its rendered so scroll bar has to be readjusted for the new data on scroll. This is how it can work for variable height data. If you will somehow try to fix it , then it will not be able to scroll the data completely
12/3/2010 2:26:32 AM
should I consider that it is a bug of Flex? Please let me know if any expert have solution of this problem.
Thanks in advance!
- Nilesh