Is that possible to change the RowHeaders in DGV from right to left. not by change the Direction of DGV from right to left
means start from the last column not from the first colum.
I hope I'm clear!
Printable View
Is that possible to change the RowHeaders in DGV from right to left. not by change the Direction of DGV from right to left
means start from the last column not from the first colum.
I hope I'm clear!
there is a property RightToLeft. set it to true in the properties column or
vb Code:
DataGridView1.RightToLeft = Windows.Forms.RightToLeft.Yes
your code will change the all the direction of DGV not only the RowHeader