Hi,
Can I place bitmap on the xbrowse column header in the specified position ?
Bitmap position
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Bitmap position
You can place either on left or right by specifying
If you want to have a totally different look, you can paint the header yourself with
Code: Select all
oCol:nHeadBmpAlign := AL_LEFT/AL_RIGHT
Code: Select all
oCol:bPaintHeader := { |oCol,nRow, nCol, nHeight, lInvert, hDC, nGrpWidth, aBitmap| your func }
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India