Hi,

If i use DataGridTextBoxColumn and set its Alignment
Property to HorizontalAlignment.Right i get some HeaderText
truncated at the right end, especially those ending with the
captial Letter 'W'. How to avoid that ?

Thanks
Ingo

Re: DataGrid ColumnHeader truncated by Ken

Ken
Thu Nov 27 05:26:06 CST 2003

Hi,

I usually add a period to the headertext so that gets truncated. It
is not a perfect solution.

Ken
------------------
"Ingo Eichenseher" <ingo@oaky.de> wrote in message
news:u7DiW%23MtDHA.2520@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> If i use DataGridTextBoxColumn and set its Alignment
> Property to HorizontalAlignment.Right i get some HeaderText
> truncated at the right end, especially those ending with the
> captial Letter 'W'. How to avoid that ?
>
> Thanks
> Ingo
>
>
>



Re: DataGrid ColumnHeader truncated by Q

Q
Thu Jan 20 13:58:53 CST 2005

It's over a year now. Is there a fix for this?
Also, is there a way set the padding for the right-aligned column?