The TVS_EX_FADEINOUTEXPANDOS
extended style does not seem to have any effect on my tree view.
The documentation says:
Fade expando buttons in or out when the mouse moves away or into a state of hovering over the control.
I set the style like this:
SetWindowTheme(hTreeCtrl, L"Explorer", NULL) ;
TreeView_SetExtendedStyle(hTreeCtrl,
TVS_EX_FADEINOUTEXPANDOS, TVS_EX_FADEINOUTEXPANDOS);
I'm on Windows 10 and the application is manifested to use visual styles.
Am I doing something wrong?