Bitmap position

Post Reply
Natter
Posts: 524
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: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Bitmap position

Post by nageswaragunupudi »

You can place either on left or right by specifying

Code: Select all

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

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

G. N. Rao.
Hyderabad, India
Post Reply