
Hi!
I have a TreeListView in which I have some columns having the width GridUnitType.Star.
I have a ItemContainerStyleSelector and for the categories I use a TreeListBoxItem style such that it will expand along all the columns.
The UI looks like a 3 level tree in which only 3'rd level is a TreeListViewItem and such its data is split on the defined columns.
The problem is when there is a wider TreeListBoxItem that does not fit inside the visible area and the horizontal scrollbars appears. At that moment all the data for the TreeListBoxItem items is streched but the headers remain the same.
Kind regards,
Daniel