Message 1 of 1
tree view node Index problem

Not applicable
04-15-2007
08:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a tree view containing 3 nodes A, B and C so:
A index is 1
B index is 2
C index is 3
when I add a new node "A1" as an A child using "tvwChild"
it will be inserted in the right position which is a child of A node (between A and B)
but it takes 4 as index which is wrong (it should be 2)
A index is 1
- A1 index is 4 (should be 2)
B index is 2 (should change to 3)
C index is 3 (should change to 4)
Refresh method does not have any effect.
any one have any idea to solve this problem?
thanks
A index is 1
B index is 2
C index is 3
when I add a new node "A1" as an A child using "tvwChild"
it will be inserted in the right position which is a child of A node (between A and B)
but it takes 4 as index which is wrong (it should be 2)
A index is 1
- A1 index is 4 (should be 2)
B index is 2 (should change to 3)
C index is 3 (should change to 4)
Refresh method does not have any effect.
any one have any idea to solve this problem?
thanks