Flex DataGrid Column Width

前端 未结 3 1014
臣服心动
臣服心动 2021-01-07 07:30

In my flex app I store the widths and visiblility of columns in an xml file. When the app loads it reads from the xml file and sets he columns values as applicable:

3条回答
  •  萌比男神i
    2021-01-07 08:15

    I was able to get it to work by calling the above loop in a function twice... the first time it add the visible columns, the second time it sets the correct width. Not the best solution but I cannot spend any more time on it.

提交回复
热议问题