Multiple lines for 1 logical row |
Post Reply |
Author | ||
mungerer
Newbie Joined: 11 April 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 11 April 2007 at 3:59pm |
|
Hi-
I know that you can wrap text using DT_WORDBREAK, but is it possible to always show some of a rows column data underneath other column data?
For example:
---------------------------------------------
ROW1 Date1 Time1
Subject1 Attachment1
---------------------------------------------
ROW2 Date2 Time2
Subject2 Attachment2
---------------------------------------------
ROW3 Date3 Time3
Subject3 Attachment3
---------------------------------------------
... etc? It doesn't look like the control handles this situation out of the box, but what exactly needs to be customized to accomplish this effect?
Thanks,
-Matt |
||
JohnCrenshaw
Groupie Joined: 08 September 2006 Status: Offline Points: 65 |
Post Options
Thanks(0)
|
|
You'll need a custom paint manager, and custom items in your record.
Paint manager is so you can do something like this:
The custom items will draw themselves
That's a general direction for you anyway. There might be a better angle on this (for example, you might get the measuring to happen automatically just by overriding some stuff in the item) but that should get you started.
|
||
mungerer
Newbie Joined: 11 April 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
|
Thanks John!
|
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |