Flex 3 DataGrid Column Width Problem

后端 未结 4 576
执笔经年
执笔经年 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 06:01

    I have done the same thing in AdvancedDataGrid and it works. Try by setting these values

      horizontalScrollPolicy="on"
      width="100%
    

    and then add you columns this should work with HDividedBox.

提交回复
热议问题