Flex 3 DataGrid Column Width Problem

后端 未结 4 577
执笔经年
执笔经年 2020-12-20 05:18

I\'m pulling xml data to determine which columns are visible, and the widths of each column. My datagrid\'s width can change sinces its on one side of a HDividedBox. The vis

4条回答
  •  感动是毒
    2020-12-20 05:54

    My datagrid's width can change sinces its on one side of a HDividedBox.

    That's the problem right there.

    I faced the exact same problem with Flex 2 and Flex 3 DataGridColumn width's whenever the width for the DataGrid was not fixed. The only solution I had was to fix the width of the DataGrid or switch to AdvancedDataGrid or other similar components.

提交回复
热议问题