How to make column header of grid visible clearly on right align

smriti

Regular
Joined
Jan 7, 2005
Messages
54
Dear friends,

I am using table stlyes to display datagrid(windows forms).
In that grid i am aligning some columns to right.
Problem is that column headers are also aligning to right and last charecter in column header is not visible clearly, its covering under grid line.
Is there any way to prevent column header from aligning to right,
and only data to align right.
or make the header clearly visible.


Thanks.
 
As a quick hack, I usually append " |" to the .HeaderText to make the header move off the right-hand vertical column seperator

B.
 
penfold69 said:
As a quick hack, I usually append " |" to the .HeaderText to make the header move off the right-hand vertical column seperator

B.

Hey
I too did the same.
but my grid displays master child relations and when
viewing parent rows the column headers will be displayed with the appened "|".
what to do now.

Thanks.
 
Back
Top