When I try to Print the content of DataGridView and view it with PrintPreviewDialog , the layout of the DataGridView Content is From LeftToRight although the property of DataGridView (RightToLeft) is true .
how can I handle this issue ?
When I try to Print the content of DataGridView and view it with PrintPreviewDialog , the layout of the DataGridView Content is From LeftToRight although the property of DataGridView (RightToLeft) is true .
how can I handle this issue ?