
Originally Posted by
TnTinMN
Give this code a try and see if it helps.
Call "AddDGV" instead of your "Compnd1" method in your "Form1_Load" method.
PERFECT...!! This is the Visual Appearance I've been trying to work on... The code was perfect except cell1Line1 is used instead of cell1Line2
VB.Net Code:
e.Graphics.DrawString(cell1Line2, fnt, Brushes.White, linePt)]
Thank you so much, TnTinMN...!! and, the DGV was so perfectly done...!! even the color code inside the color palette... Thank you so much... Have to try another project with your DGV Custom Row Painting..