Page 1 of 1

Bitmap position

Posted: Thu Apr 16, 2020 9:55 am
by Natter
Hi,

Can I place bitmap on the xbrowse column header in the specified position ?

Re: Bitmap position

Posted: Fri Apr 17, 2020 4:11 pm
by nageswaragunupudi
You can place either on left or right by specifying

Code: Select all | Expand


oCol:nHeadBmpAlign := AL_LEFT/AL_RIGHT
 


If you want to have a totally different look, you can paint the header yourself with

Code: Select all | Expand


oCol:bPaintHeader := { |oCol,nRow, nCol, nHeight, lInvert, hDC, nGrpWidth, aBitmap| your func }