PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Change color Tree element at runtime
Change color Tree element at runtime
Débuté par Henk Ouwejan, 02 juin 2021 15:40 - Aucune réponse
Membre enregistré
27 messages
Posté le 02 juin 2021 - 15:40
With the code below I can change the color of an element in a Tree at runtime.

x is int

MyTree[x]..Color = LightGreen
MyTree[x]..BackgroundColor = White

Does anyone know the instruction to adjust the color setting on hover?

Regards,

Henk Ouwejan