individual cell hight in datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to display data in a datagrid. The rows are hours of the day and the coloums are days of the week. I need individual cell hight to display that a task takes more than one hour. How can it be done

;-)) Guffe
 
You can't have cells with different heights on the same row. At least not
what I have seen. You will have to go and change the Row Height instead!

/Lars

guffe said:
I'm trying to display data in a datagrid. The rows are hours of the day
and the coloums are days of the week. I need individual cell hight to
display that a task takes more than one hour. How can it be done?
 
Hi Armin,
Have a look here:
microsoft.public.dotnet.framework.windowsforms.controls

Do you thinks that Herfried knows the answer, I have seen that even Ken is
not active anymore in that newsgroup, and I am sure when he knows it, he
answered this question here.

In my opinion the answer is already given by Lars.

:-)

Cor
 
Is there another way of showing my data

---------------------------------------------------
| Monday | Tuesday
---------------------------------------------------
8,00 | | That
-----------| This |------------
9,00 | |
-----------|----------- | This
10,00 | That |
-----------|-----------|-------------

There must be a way to make this kind of display!

;-)) Guffe
 
Cor Ligthert said:
Hi Armin,


Do you thinks that Herfried knows the answer, I have seen that even
Ken is not active anymore in that newsgroup, and I am sure when he
knows it, he answered this question here.

In my opinion the answer is already given by Lars.

:-)

A hint which group to use next time doesn't cause any harm.

:-)
 
Back
Top