0

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?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
jon
  • 5
  • 3

1 Answers1

0

This is the default behavior of flex dataGrids. If it bothers you, you can set verticalScrollPolicy="on" which will draw the scrollbar whether or not it's needed, and the grid will not resize.

quoo
  • 6,237
  • 1
  • 19
  • 36