<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Jun 2017 17:03:00 Z</lastBuildDate><pubDate>20 Jun 2017 09:36:00 Z</pubDate><description>I'm using a TreeView to navigate between different topics. The TreeView has only three levels. Here is an example&#13;
Topics Open Topics Topic 1 Topic 2 Closed Topics Topic 3 Topic 4 The Topics may have the same name, so I'm using the duplicate functionality. On Click I'm showing the details of the topic on the right side of the window.&#13;
Everything works so far.&#13;
&#13;
Now my problem:&#13;
We want to allow the user to navigate this tree using PageUp and PageDown (as is default in the rest of our application). I created a Button with PageDown as Shortcut. So far so good.&#13;
&#13;
But I found no possibility to get the next node of the tree. The code should be something like&#13;
sCurPath is string = TreeSelect(TREE,true) //TODO get next node TreeSelectPlus(TREE,sNextPath) Any idea how to implement this "TODO get next node"?&#13;
&#13;
Best regards&#13;
&#13;
Christine Wagner</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control/read.awp</link><title>[WD21] Navigating TreeView Control</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61422/read.awp</comments><pubDate>23 Jun 2017 17:03:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
thank you for your answer. I tried to get it to work, but time ran out. So now we decided to skip this navigation…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61422/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61422/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control/read.awp">[WD21] Navigating TreeView Control</source><title>Re: [WD21] Navigating TreeView Control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61373/read.awp</comments><pubDate>20 Jun 2017 13:49:00 Z</pubDate><description>Hi Christine,&#13;
&#13;
you can create a SelectNextLine function by doing:&#13;
- a TreeListItem to get the tree content in an orderly mann…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61373/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control-61373/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61370-wd21-navigating-treeview-control/read.awp">[WD21] Navigating TreeView Control</source><title>Re: [WD21] Navigating TreeView Control</title></item></channel></rss>
