Re: Grids ?
- From: "Heinrich Wolf" <invalid@xxxxxxxxxxxxxxx>
- Date: Fri, 17 Nov 2006 21:12:16 +0100
"FrancoJommi" <franco.jommi@xxxxxx> schrieb im Newsbeitrag
news:455dffd9$0$7633$4fafbaef@xxxxxxxxxxxxxxxxxxxxxx
I need to show the monthly trend of something. Practically, I have rows of
twelve figures held on 2 or 3 arrays. I thought a good way to show it in 2
or 3 rows with 12 columns, each corresponding to one month.
What would be the best way to do it ? I looked into the Delphi components
and I found that perhaps I could use the stringGrid, but I didn't find a
way
to align the numbers as I want (at least in the center of the cell, rather
than in the top left). I also tried the DrawGrid and I found it is exactly
the same as the StringGrid. Am I wrong ?
Do you have any suggestion ?
Hi,
you can use StringGrid and need to draw your numbers by your own code
in the OnDrawCell event.
Regards
Heiner
.
- Follow-Ups:
- Re: Grids ?
- From: FrancoJommi
- Re: Grids ?
- References:
- Grids ?
- From: FrancoJommi
- Grids ?
- Prev by Date: Grids ?
- Next by Date: Re: Size of an image without opening the file
- Previous by thread: Grids ?
- Next by thread: Re: Grids ?
- Index(es):
Relevant Pages
|