hi.
the groupby column is alway fixed. and i want it not fixed.
i trie to make the fixed FixedColumnSettings.AllowFixedColumns propery is disabled but it didn't work.
also tried to make the column's isFixed property is not fixed. also it didn't work.
how can i make the column (isgroupby = true) not fixed.
Hello ahryeon,
To understand your situation better, would you share a screenshot of the groupby column which is always fixed on your application?
If you have any question with this, please let me know.
Sorry I can't upload pictures.
i missed some options. the groubbyoperation is mergecells.
like figures in this page(https://www.infragistics.com/help/wpf/xamgrid-merged-cells)
when i scrolled horizontally. it is fixed but also has different cell style.
You should be using the xamDataGrid instead. It will behave as you want. In the xamDataGrid, grouping and merged cells are two different concepts that exist independently.
Thanks.
How to merge cells in XamDataGrid?
I can't find samples or docs.
You and find more on Cell Merging in the WPF Documentation.