06-11-2024
02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-11-2024
02:22 AM
Now, how can I move a Browser node up or down inside its branch? A MoveUp or MoveDown method is not availlable, so the obvious workaround would be: Delete the old Node and recreate it at the desired position using BrowserNode.InsertChild Method...
Har har, this function seems documented, but not implemented: No matter what (legitimate) arguments are passed as TargetNode and InsertBefore, they're simply ignored, and the new node is created at the end of the branch.
So, delete and recreate all nodes in the desired order? ![]()