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 3 matches
Infralution Support Forum Index
Author Message
  Topic: Memory Leak on UniversalEditBox
MartyIce

Replies: 3
Views: 11025

PostForum: Virtual Tree Support   Posted: Thu Aug 16, 2012 7:22 pm   Subject: Memory Leak on UniversalEditBox
I'm tracking down memory leaks in our .Net WinForms application, and am seeing a reference chain where our data rows (which the tree binds to) are not being cleaned up. The chain looks like this:

...
  Topic: Strikethrough text in tree?
MartyIce

Replies: 1
Views: 9213

PostForum: Virtual Tree Support   Posted: Fri Dec 10, 2010 5:11 pm   Subject: Found solution
This seems to work OK:

// class level declaration
private Style _strikethroughStyle;

// within my GetCellData event handler:
if (_strikethroughStyle == null)
...
  Topic: Strikethrough text in tree?
MartyIce

Replies: 1
Views: 9213

PostForum: Virtual Tree Support   Posted: Fri Dec 10, 2010 3:37 pm   Subject: Strikethrough text in tree?
Is it possible to have a cell appear in the tree with the text formatted with a "strikethrough" appearance?
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group