Author |
Message |
Topic: Virtualtree scrollbars problem when a node is huge |
Eric
Replies: 2
Views: 11314
|
Forum: Virtual Tree Support Posted: Mon Jan 29, 2007 11:16 am Subject: Virtualtree scrollbars problem when a node is huge |
As background, I am currently using one VirtualTree object ("2nd level tree") foreach row of my main VirtualTree (1st level), i.e as CellEditor. It is working pretty fine.
1) Vertical scr ... |
Topic: Virtualtree scrollbars problem when a node is huge |
Eric
Replies: 2
Views: 11314
|
Forum: Virtual Tree Support Posted: Tue Jan 23, 2007 3:33 pm Subject: Virtualtree scrollbars problem when a node is huge |
Hello,
In my application, I'm using Virtualtree with multilines nodes (ObjectBinding). I may have so many lines in the node that the node object is actually bigger than the size of my monitor!
I ... |
Topic: Version 3.0.1 Released |
Eric
Replies: 2
Views: 9878
|
Forum: Virtual Tree Support Posted: Mon Jul 17, 2006 2:31 pm Subject: Version 3.0.1 Released |
Link to ReleaseNotes refers to v2.x
Should be http://www.infralution.com/downloads/VirtualTree3ReleaseNotes.rtf |
Topic: GDI Exception during drag & drop |
Eric
Replies: 7
Views: 18966
|
Forum: Virtual Tree Support Posted: Fri May 12, 2006 3:38 pm Subject: fast drag'n drop bugS |
I've tried the drag'n drop of your sample "ADO.NET Dataset Browser".
As it is, the bug does not come.
Then, I've open the sources, DataSetBrowserForm in VS Designer -> Edit VirtualTree -> Da ... |
Topic: GDI Exception during drag & drop |
Eric
Replies: 7
Views: 18966
|
Forum: Virtual Tree Support Posted: Fri May 12, 2006 1:42 pm Subject: GDI Exception during drag & drop |
I have this bug for some weeks already. I used r2.4 and updated to 2.5.2 and still have the pb.
It occurs after many drag'n drop in a tree, without I can notice exactly when -> not easy to reprodu ... |
Topic: BUG?: Row.Selected = true -> no clear of current selectio |
Eric
Replies: 1
Views: 9843
|
Forum: Virtual Tree Support Posted: Mon Dec 19, 2005 4:21 pm Subject: BUG?: Row.Selected = true -> no clear of current selectio |
Hi,
I need to find a row a show it in my VirtualTree.
I have made my own find method depending of the objects in my Tree (I am using ObjectBinding) and then,
Row foundRow = MyFindRowByID(... ... |
Topic: CellData Style: I want to specify a different color per cell |
Eric
Replies: 5
Views: 16784
|
Forum: Virtual Tree Support Posted: Tue Nov 15, 2005 8:29 am Subject: CellData Style: I want to specify a different color per cell |
Ok, with your piece of code, it is working as I need (with highlightStyle.ForeColor )
I've tried the better version with new Style() in my constructor or in my VirtualTree_InitializeControl event, ... |
Topic: CellData Style: I want to specify a different color per cell |
Eric
Replies: 5
Views: 16784
|
Forum: Virtual Tree Support Posted: Mon Nov 14, 2005 6:23 pm Subject: CellData Style: I want to specify a different color per cell |
I am back in this topic, because I still do not see the solution (I was busy with other points until now).
So, as I said, I am already working in the GetCellData.
Concretly, what do you mean with ... |
Topic: tooltips on cells |
Eric
Replies: 5
Views: 15786
|
Forum: Virtual Tree Support Posted: Tue Nov 08, 2005 8:13 pm Subject: tooltips on cells |
I'd like to know how we can see the tooltip. I did not see in your sample one that uses the tooltip.
Actually, I am using object binding: my tree is a list of Node1st, and this object has a propert ... |
Topic: CellData Style: I want to specify a different color per cell |
Eric
Replies: 5
Views: 16784
|
Forum: Virtual Tree Support Posted: Tue Nov 08, 2005 7:55 pm Subject: CellData Style: I want to specify a different color per cell |
Hi,
today, I would like to understand the CellData class.
A CellData is "a single cell (defined by a Row/Column) within a VirtualTree".
Why does the different styles property of a CellData refe ... |
Topic: OnEvent philosophy |
Eric
Replies: 5
Views: 17102
|
Forum: Virtual Tree Support Posted: Fri Oct 28, 2005 4:34 pm Subject: OnEvent philosophy |
ok, I've played with GetAllowedRowDropLocations and it fills my needs for checking the nodes (if condition is true, e.AllowedDropLocations = RowDropLocation.OnRow, else, e.AllowedDropLocations = RowDr ... |
Topic: OnEvent philosophy |
Eric
Replies: 5
Views: 17102
|
Forum: Virtual Tree Support Posted: Wed Oct 26, 2005 1:23 pm Subject: Override Drag&Drop |
Thanks for your reply.
By desactivating the override of the Drag/Drop events, it is working on the GUI, but only on the GUI. I suppose that the default handling of drag and drop of rows of Virtual ... |
Topic: OnEvent philosophy |
Eric
Replies: 5
Views: 17102
|
Forum: Virtual Tree Support Posted: Tue Oct 25, 2005 5:00 pm Subject: OnEvent philosophy |
I would like to understand why the onEvent methods are defined in virtualtree as protected and/or internal and not public.
For example, I read in your help, Adding drag and drop support.
If the ... |
Topic: tooltips on cells |
Eric
Replies: 5
Views: 15786
|
Forum: Virtual Tree Support Posted: Tue Oct 25, 2005 4:42 pm Subject: tooltips on cells |
I would like to be able to show tooltip per cell.
Actually, tootip is a string member of myNode object (objectbinding in virtualtree with arraylist of myNode). It would be great if the tooltip could ... |
Topic: Version 2.1.0 Released |
Eric
Replies: 3
Views: 12661
|
Forum: Virtual Tree Support Posted: Thu Oct 06, 2005 4:48 pm Subject: License? |
We have licenses of VirtualTree v2.0.2
Should they be still valid with version 2.1 and then newer versions?
How should I upgrade?
Actually, I have VirtualTree 2.0.2 installed and the copies DLL a ... |
|