PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Change color Tree element at runtime
Change color Tree element at runtime
Iniciado por Henk Ouwejan, jun., 02 2021 3:40 PM - Sem resposta
Membro registado
27 mensagems
Publicado em junho, 02 2021 - 3:40 PM
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