The DataGrid control that ships with .NET 1.1 has an annoying problem:
if you apply a DataGridTableStyle to a DataGrid and set one of the
columns of the TableStyle to be right-aligned, the column header text is
cut off the right-hand end of that column when it is displayed.
Is there any way to fix this problem, perferably without attempting
custom painting and/or the use of reflection to get at DataGrid's
private members?
(Note: I know that .NET 2.0 ships with the DataGridView class, which
supposedly offers a great deal more in the way of visual customisation.
However, I am not going to upgrade to .NET 2.0 just for the sake of one
crappy control.)
|