Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

right to left support for data Grid

How is it possible to set direction of GridView in WPF RightToLeft:

 <DataGrid x:Name="gvMembers" HorizontalAlignment="Left" Margin="10,139,0,0" VerticalAlignment="Top" Height="297" Width="580"/>

It is left to right by default.

like image 995
Moslem7026 Avatar asked Mar 06 '26 12:03

Moslem7026


1 Answers

Set FlowDirection="RightToLeft"

like image 148
Moslem7026 Avatar answered Mar 08 '26 01:03

Moslem7026



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!