View previous topic :: View next topic |
Author |
Message |
mrdec Guest
|
Posted: Mon Apr 24, 2006 6:16 am Post subject: colspan |
|
|
Hello,
I have two columns (besides main column). I need (in some rows) to show long text from first column through both columns.. like in excel or in HTML attribute "colspan". Is this possible in VirtualTree?
Thanks, Mrdec |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Mon Apr 24, 2006 10:59 pm Post subject: |
|
|
Do you need to span the text across just two columns or across all columns?
We don't current have direct support for this although it is on our feature request list. You can however still implement it with some work by implementing a custom RowWidget. If you are not using pinned columns then this is fairly easy. If you want to support pinned columns it will be a little more difficult. _________________ Infralution Support |
|
Back to top |
|
|
JxxDiaz
Joined: 28 Mar 2006 Posts: 2
|
Posted: Fri May 19, 2006 3:58 pm Post subject: |
|
|
Infralution wrote: | Do you need to span the text across just two columns or across all columns?
We don't current have direct support for this although it is on our feature request list. You can however still implement it with some work by implementing a custom RowWidget. If you are not using pinned columns then this is fairly easy. If you want to support pinned columns it will be a little more difficult. |
I am interested in implementing somthing like this...is there any way i could get some sample code for this? |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri May 19, 2006 11:43 pm Post subject: |
|
|
From his posts I gather Mrdec may have done this - so he may be able to provide sample code. If not Infralution has a consulting service which could do the work for you (either fixed fee or by the hour). Contact services@infralution.com if you are interested in this. _________________ Infralution Support |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Mon Nov 20, 2006 5:08 am Post subject: |
|
|
Version 3.2 of Virtual Tree now supports SpanningRowWidgets. These allow you to have a row that spans across all columns. RowBindings now have a SpanningRow property that you can set to true to use the SpanningRowWidget instead of the standard RowWidget. _________________ Infralution Support |
|
Back to top |
|
|
|