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
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.