2
Answers

[WINFORM] Treeview nodes highlight on mouseover. Like Datagridview Row mouse over

Photo of narasimman g

narasimman g

14y
15.9k
1

hello everyone,
I want to Highlight treeview node on mouse over
like some changes node forecolor or backcolor !!!
anything else than Hottracking option
 
Advanced Thanks

Answers (2)

0
Photo of narasimman g
NA 148 274.8k 14y
Hi mahesh

i was peeping everywhere !!
thanks for the info
i have written bulk of coding in treeview after select
it wont be good!!

I wil try something else if solution is good i wil post here

Thanks bro
0
Photo of Mahesh Chand
2 286.9k 123.7m 14y
Windows Forms TreeView does not have this feature. Only thing you can implement is, select the item. If you must, WPF TreeView can do this for you.