Hi, METHOD PaintHeader( nRow, nCol, nHeight, lInvert, hDC ) CLASS TXBrwColumn ... // begin add on nTop = 0 nBottom = nTop + nHeight1 nLeft := ncol-2 nRight = Min( nLeft + ::nwidth , ::obrw:nWidth ) if ncol == Len( ::obrw:acols ) nRight = nWidth endif WndBox( hDC, ntop-1 , nLeft - 2, nBottom+1, nRigh...