I'm using MSAccess 2003. I created a TreeView and I want to be able to
have a button that does a Move Down (another one for Move Up) that will
move a leaf inside a node. I tried to change the index but it's a
read-only property.
How can I do this?
Hi,
you can either delete original node and then create a new one as next of
down node, or change a nodes text, if nodes are sorted somehow, and then set
sorted property of parent node to true

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> I'm using MSAccess 2003. I created a TreeView and I want to be able to
> have a button that does a Move Down (another one for Move Up) that will
> move a leaf inside a node. I tried to change the index but it's a
> read-only property.
>
> How can I do this?