I work on c# windows form, I have a treeview I have to make a border appear on the nodes and childnodes of the treeview when mouse over. My problem is that there is no border property for nodes in a treeview, according to my research. If you know how to do it I will be grateful. Thanks !!!.
Asked
Active
Viewed 206 times
1
-
Essentially a duplicate of https://stackoverflow.com/questions/42954579/customize-treeview IMO – Caius Jard Apr 26 '22 at 11:39
-
Hi, i want a border not a backColor or foreColor. Thanks – Meliodas Apr 26 '22 at 11:46
-
What's the difference? It's all just pixels on a television screen – Caius Jard Apr 26 '22 at 11:46
-
(that question is the technique for painting whatever you want; go paint exactly what you want..) – Caius Jard Apr 26 '22 at 11:48
-
I want when the mouse is over the node it shows the border of the node. – Meliodas Apr 26 '22 at 11:51
-
Thanks for helping. I need also this – Meliodas Apr 26 '22 at 11:52
-
Hello and welcome. This is a code-related site. Edit your question, show your attempts and code efforts then maybe someone can help. Best luck. Also, please see this: https://stackoverflow.com/help/how-to-ask – statosdotcom Apr 29 '22 at 14:46