ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / TreeView control
  • Operations performed by the user on a TreeView control
  • Associated events
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Handling a TreeView control at runtime
Operations performed by the user on a TreeView control
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking on the elements of the TreeView control
To expand a level, you must:
  • click the "+" sign found in front of the name of the element.
  • double-click the node to expand.
To collapse a level, you must:
  • click the "-" sign found in front of the name of the element.
  • double-click the node to collapse.
Associated events
Several events are run each time the user manipulates the elements of the TreeView control. For more details on events related to a TreeView control, see Events associated with a TreeView control.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help