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 4 matches
Infralution Support Forum Index
Author Message
  Topic: about tree_GetRowData
cpbird

Replies: 3
Views: 11146

PostForum: Virtual Tree Support   Posted: Sat Apr 30, 2011 9:03 am   Subject: about tree_GetRowData
Fellow the code:
private void tree_GetRowData(object sender, GetRowDataEventArgs e)
{
RowBinding binding = tree.GetRowBinding(e.Row);
binding.GetRowData(e.Row, e.RowData);

if (e.Row. ...
  Topic: about tree_GetRowData
cpbird

Replies: 3
Views: 11146

PostForum: Virtual Tree Support   Posted: Fri Apr 29, 2011 9:50 am   Subject: about tree_GetRowData
Follow the code:

private void tree_GetRowData(object sender, GetRowDataEventArgs e)
{
RowBinding binding = tree.GetRowBinding(e.Row);
binding.GetRowData(e.Row, e.RowData);
...
  Topic: About the SelectRow Collapse problem.
cpbird

Replies: 3
Views: 11387

PostForum: Virtual Tree Support   Posted: Wed Mar 30, 2011 3:49 am   Subject: About the SelectRow Collapse problem.
I mean that,When double click the tree,the current row' parent row should be Collapsed.
private void tree_DoubleClick(object sender, EventArgs e)
{
if (tree.SelectedItem != null)
...
  Topic: About the SelectRow Collapse problem.
cpbird

Replies: 3
Views: 11387

PostForum: Virtual Tree Support   Posted: Tue Mar 29, 2011 8:44 am   Subject: About the SelectRow Collapse problem.
treProjectList.SelectedRow.ParentRow.Collapse();

When run the function in tree double click Event, the current row's ParentRow can collapse,but the current row's ParentRow next row is Expanded. Why ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group