Search code examples
wpfwpf-controlswpfdatagrid

change the column direction in wpf datagrid


I'm searching about WPF property that makes the columns direction to the right direction. In Windows Forms there is property named RightToLeft that makes this job, but i don't find any thing in WPF that do this job. Can any one help me, please?


Solution

  • What about FlowDirection property?

    <DataGrid FlowDirection="RightToLeft">