D
DraguVaso
Hi,
I'm able to set the Font in a Datagrid-Cell to Bold with
g.DrawString(Me.GetColumnValueAtRow(source, rowNum).ToString, e.TextFont,
e.ForeBrush, bounds.X, bounds.Y)
and to Align the text to Right with
MyBase.Paint(g, bounds, source, rowNum, e.BackBrush, e.ForeBrush,
e.AlignRight)
But I can't figure out how to set it to Bold AND Align Right.
Anybody knows how to do this?
Thanks a lot in advance,
Pieter
I'm able to set the Font in a Datagrid-Cell to Bold with
g.DrawString(Me.GetColumnValueAtRow(source, rowNum).ToString, e.TextFont,
e.ForeBrush, bounds.X, bounds.Y)
and to Align the text to Right with
MyBase.Paint(g, bounds, source, rowNum, e.BackBrush, e.ForeBrush,
e.AlignRight)
But I can't figure out how to set it to Bold AND Align Right.
Anybody knows how to do this?
Thanks a lot in advance,
Pieter