Datagrid column labels are clipped.

  • Thread starter Thread starter John Santora
  • Start date Start date
J

John Santora

Has anyone else had this problem?

Right-justified column labels have the rightmost 1-2 pixels clipped off.
So a label like "Ship Date" only shows half of the 'e'.

Left-justified labels are displayed just fine.

Thanks in advance.
John
(e-mail address removed)
 
I read somewhere it's by design, I could be wrong.
Anyway, You can subclass the datagrid and write your own paint function
or just add a "." to the end of the header text - "Ship Date."
 
Back
Top