AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control TreeView
  • 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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local