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 2 matches
Infralution Support Forum Index
Author Message
  Topic: FindRow(object item) == null
Canavaro

Replies: 3
Views: 12113

PostForum: Virtual Tree Support   Posted: Fri Oct 28, 2005 12:04 pm   Subject: FindRow(object item) == null
This code finds target row:


Row FindRow(Row root_row, object item)
{
if (root_row.Item == null)
return null;

if ...
  Topic: FindRow(object item) == null
Canavaro

Replies: 3
Views: 12113

PostForum: Virtual Tree Support   Posted: Fri Oct 28, 2005 9:26 am   Subject: FindRow(object item) == null
Hello,
this function doesn't work and return null, though I can find this object attached to one of the rows.
Can you help me ? I have the latest version of Virtual Tree.
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group