flex grid scrollbar pushing all columns to the left
Posted
by jon
on Stack Overflow
See other posts from Stack Overflow
or by jon
Published on 2010-04-07T18:12:40Z
Indexed on
2010/04/07
18:13 UTC
Read the original article
Hit count: 238
I have a flex grid where I have the verticalScrollPolicy="auto".But every time when the scrollbar appears all the columns get pushed to the left, making the columns not align as they should. I tried setting minWidth on all the columns to prevent this, but that doesn't seem to work. Any ideas?
© Stack Overflow or respective owner