Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 17 matches
Infralution Support Forum Index
Author Message
  Topic: SortableBindingList problems
jkempner

Replies: 6
Views: 20050

PostForum: Virtual Tree Support   Posted: Thu Nov 08, 2012 8:49 pm   Subject: SortableBindingList problems
Thanks, that works perfectly.
  Topic: SortableBindingList problems
jkempner

Replies: 6
Views: 20050

PostForum: Virtual Tree Support   Posted: Wed Nov 07, 2012 1:06 pm   Subject: SortableBindingList problems
Thanks, that did the trick.

A follow-up question: is there a way to specify a secondary sort column when using the automatic sorting provided by this mechanism? In other words, if I'm sorting on co ...
  Topic: custom UITypeEditor with modal dialog
jkempner

Replies: 1
Views: 9937

PostForum: Virtual Tree Support   Posted: Tue Oct 30, 2012 10:57 am   Subject: custom UITypeEditor with modal dialog
I've implemented a custom editor along the lines described in [url=http://www.infralution.com/phpBB2/viewtopic.php?t=1073]this thread, but I want the text displayed in the cell to be read-only. That i ...
  Topic: SortableBindingList problems
jkempner

Replies: 6
Views: 20050

PostForum: Virtual Tree Support   Posted: Mon Sep 10, 2012 3:05 pm   Subject: SortableBindingList problems
I don't actually have a derived list class. I was just trying to use a SortableBindingList<MyObj> as the DataSource.

Do I need to create a new class that has a SortableBindingList<MyObj> ...
  Topic: SortableBindingList problems
jkempner

Replies: 6
Views: 20050

PostForum: Virtual Tree Support   Posted: Fri Sep 07, 2012 7:17 pm   Subject: SortableBindingList problems
I have a component class that I've derived from VirtualTree that I then use in a custom control. In the control, I set the VirtualTree's DataSource to a SortableBindingList<T>, and set the Typed ...
  Topic: TypeConverter in cell data
jkempner

Replies: 4
Views: 14033

PostForum: Virtual Tree Support   Posted: Tue Sep 04, 2012 12:04 pm   Subject: TypeConverter in cell data
We ended upgrading to VirtualTree 4. Thanks for your help.
  Topic: TypeConverter in cell data
jkempner

Replies: 4
Views: 14033

PostForum: Virtual Tree Support   Posted: Thu Aug 30, 2012 10:28 am   Subject: TypeConverter in cell data
It looks like that property was added in 4.0, and we're stuck with 3.15.2 for the time being. Is there a way to do the same thing in this older version?
  Topic: TypeConverter in cell data
jkempner

Replies: 4
Views: 14033

PostForum: Virtual Tree Support   Posted: Wed Aug 29, 2012 2:43 pm   Subject: TypeConverter in cell data
I have a VirtualTree control that uses data binding in the Designer. One of the columns is bound to a property with return type of an enum. I've decorated the enum with a TypeConverter that uses a sim ...
  Topic: Remember expanded rows on collapse and re-expand
jkempner

Replies: 1
Views: 8587

PostForum: Virtual Tree Support   Posted: Fri May 04, 2012 6:58 pm   Subject: Remember expanded rows on collapse and re-expand
The standard behavior in a Windows Forms tree control is to remember which sub-nodes were expanded when a node is collapsed and then re-expanded. The default behavior in VirtualTree (I'm using 3.15) a ...
  Topic: Row caching and vertical scroll performance
jkempner

Replies: 6
Views: 17381

PostForum: Virtual Tree Support   Posted: Mon Aug 15, 2011 1:27 pm   Subject: Row caching and vertical scroll performance
I've simplified the programmatic data binding to be more efficient. There were two columns with CheckBox editors where OnGetCellData wasn't using the DataSource, and that's now fixed. So yes, DataSour ...
  Topic: Row caching and vertical scroll performance
jkempner

Replies: 6
Views: 17381

PostForum: Virtual Tree Support   Posted: Mon Aug 15, 2011 10:29 am   Subject: Row caching and vertical scroll performance
LastRowIndex is equal to the number of rows that should be loaded into the control at the time GetRows is called. I made sure of that before posting my follow-up question. Smile

Unfortunately, the dat ...
  Topic: Row caching and vertical scroll performance
jkempner

Replies: 6
Views: 17381

PostForum: Virtual Tree Support   Posted: Fri Aug 12, 2011 11:34 am   Subject: Row caching and vertical scroll performance
The good news is that calling GetRows(), even on the main thread, doesn't add appreciably to the dialog's load time. The bad news is that it doesn't seem to help - scrolling through the tree the first ...
  Topic: Row caching and vertical scroll performance
jkempner

Replies: 6
Views: 17381

PostForum: Virtual Tree Support   Posted: Thu Aug 11, 2011 6:19 pm   Subject: Row caching and vertical scroll performance
I have a very large List that I'm using as the data source for a VirtualTree. I'm using VirtualTree 3.14.

The problem that I'm having is that it doesn't seem to create the row cache after I add a n ...
  Topic: Style row when cell editor changes a value
jkempner

Replies: 7
Views: 16360

PostForum: Virtual Tree Support   Posted: Wed Mar 09, 2011 4:22 pm   Subject: Style row when cell editor changes a value
Setting the style for the cells instead of the row does the trick. The row style seems to be irrelevant, as it works with or without setting the row style as long as I set the style in OnGetCellData. ...
  Topic: Style row when cell editor changes a value
jkempner

Replies: 7
Views: 16360

PostForum: Virtual Tree Support   Posted: Tue Mar 08, 2011 6:07 pm   Subject: Style row when cell editor changes a value
Adding a call to row.Tree.UpdateRowData(row) at the end of the SetValueForCell doesn't seem to help. SetValueForCell is getting called before OnGetRowData, so I can see that the underlying data have b ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group