Bitmap position

Post Reply
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Bitmap position

Post by Natter »

Hi,

Can I place bitmap on the xbrowse column header in the specified position ?
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Bitmap position

Post 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 }
 
Regards

G. N. Rao.
Hyderabad, India
Post Reply