G
Guest
I'm using GridColumnStyles to define the columns of a DataView I want
displayed. I want some of the columns to display the data as right justified.
I use the HorizontalAlignment.Right enumeration to set the alignment for the
column. All works fine except that the column descriptions are being clipped.
The last character is often not visible or only partly visible. Is there a
fix for this problem?
Thanks in advance.
displayed. I want some of the columns to display the data as right justified.
I use the HorizontalAlignment.Right enumeration to set the alignment for the
column. All works fine except that the column descriptions are being clipped.
The last character is often not visible or only partly visible. Is there a
fix for this problem?
Thanks in advance.