Author |
Message |
Topic: Autosizing columns |
mwe
Replies: 1
Views: 6702
|
Forum: Virtual Tree Support Posted: Fri Aug 24, 2007 8:26 am Subject: Autosizing columns |
What is the best way to get columns to auto size according to column header contents instead of cell contents in the column? Since my cells contain checkboxes column width becomes far too narrow for t ... |
Topic: Possible issue with VirtualTree 3.1.3 Dispose |
mwe
Replies: 5
Views: 13145
|
Forum: Virtual Tree Support Posted: Tue Nov 07, 2006 3:58 pm Subject: Possible issue with VirtualTree 3.1.3 Dispose |
I did some breif research on this issue and came to the following conclusion. When VirtualTree has been disposed then DataSource is still pointing to whatever it was bound to. If this something fires ... |
Topic: Possible issue with VirtualTree 3.1.3 Dispose |
mwe
Replies: 5
Views: 13145
|
Forum: Virtual Tree Support Posted: Fri Oct 20, 2006 6:24 am Subject: Possible issue with VirtualTree 3.1.3 Dispose |
I'll try to isolate it enough to send you an example. |
Topic: Possible issue with VirtualTree 3.1.3 Dispose |
mwe
Replies: 5
Views: 13145
|
Forum: Virtual Tree Support Posted: Thu Oct 19, 2006 8:51 pm Subject: Possible issue with VirtualTree 3.1.3 Dispose |
It seems that VirtualTree 3.1.3 does not unregister with events on objects when using ObjectBinding when disposing. After having been disposed the tree still gets called when there is a change on an o ... |
Topic: Can't get ObjectBinding to generic type to work |
mwe
Replies: 2
Views: 9426
|
Forum: Virtual Tree Support Posted: Tue Oct 10, 2006 1:01 pm Subject: Can't get ObjectBinding to generic type to work |
I'm trying to bind VirtualTree to a generic type by specifying for example Equin.ApplicationFramework.EditableObject<STS.Objects.Document> for TypeName in the object binding. However, I keep get ... |
Topic: Trying to visualize selected cell |
mwe
Replies: 2
Views: 8792
|
Forum: Virtual Tree Support Posted: Wed Oct 04, 2006 7:00 am Subject: Trying to visualize selected cell |
Thanks !
Yes it works much better when using virtualTree1.PointToClient. And thanks for pointing me to the Custom Widget sample. I'll have a look at it and try slove it that way instead. |
Topic: Trying to visualize selected cell |
mwe
Replies: 2
Views: 8792
|
Forum: Virtual Tree Support Posted: Tue Oct 03, 2006 10:32 pm Subject: Trying to visualize selected cell |
I'm trying to visualize selected cell. I'm using VirtualTree 3.1.2. The way VirtualTree selection visualization works is by marking the FullRow or the MainCellText. I'd like to visualize to the user t ... |
Topic: How to access Field property in GetCellData handler? |
mwe
Replies: 2
Views: 8767
|
Forum: Virtual Tree Support Posted: Thu Apr 13, 2006 8:20 am Subject: How to access Field property in GetCellData handler? |
Thanks as usual You gave the right answer as well as the answer I asked for .
Yes, it was really the first alternativ I needed. I was trying to achive that the hard way. |
Topic: How to access Field property in GetCellData handler? |
mwe
Replies: 2
Views: 8767
|
Forum: Virtual Tree Support Posted: Wed Apr 12, 2006 4:58 pm Subject: How to access Field property in GetCellData handler? |
In the Virtual Tree Tree Editor I can during design time (in the Data Binding tab) create an object binding where I specify that for a particular type of object the value of the column should be fetch ... |
Topic: How to access Row and Column in InitializeControl? |
mwe
Replies: 2
Views: 9291
|
Forum: Virtual Tree Support Posted: Thu Mar 23, 2006 5:12 pm Subject: How to access Row and Column in InitializeControl? |
Thanks for the fast answer. I was planning on using Object Binding and what you say make sense when you think about it. I have to apply an Adaptor pattern to give the items a boolean property that can ... |
Topic: How to access Row and Column in InitializeControl? |
mwe
Replies: 2
Views: 9291
|
Forum: Virtual Tree Support Posted: Wed Mar 22, 2006 12:23 pm Subject: How to access Row and Column in InitializeControl? |
I'm trying to accomplish the following using VirtualTree that we purchased for our projects.
I have a number of resources displayed in my main column in a tree. These resources can participate in a ... |
Topic: Visual Studio 2003 Support |
mwe
Replies: 10
Views: 20799
|
Forum: Virtual Tree Support Posted: Tue Mar 21, 2006 11:15 am Subject: Visual Studio 2003 Support |
How do I vote?
(i.s.o saying we use vs2005 only)
You got to be logged in. Did the trick for me . |
Topic: Visual Studio 2003 Support |
mwe
Replies: 10
Views: 20799
|
Forum: Virtual Tree Support Posted: Thu Mar 16, 2006 7:54 am Subject: Visual Studio 2003 Support |
VS2005 and .NET Framework 2.0 the way to go. We are currently porting our 2003 code to 2005. All new .NET code we write we do so using .NET 2.0.
B.T.W. have you started looking at what's comming? W ... |
Topic: Trees and Dataset |
mwe
Replies: 1
Views: 9093
|
Forum: Virtual Tree Support Posted: Sun Dec 11, 2005 6:01 pm Subject: Question already answered |
I see that the question is already answered in "Single table NodeID ParentNodeID". I'll try it out.
Thanks! |
Topic: Trees and Dataset |
mwe
Replies: 1
Views: 9093
|
Forum: Virtual Tree Support Posted: Sun Dec 11, 2005 5:58 pm Subject: Trees and Dataset |
A typical way to represent a tree in a DataSet is to have a Table with for example the following columns;
Id (PK)
ParentId (FK)
Name
and a relation connecting the FK with the PK.
dataset. ... |
|