المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Custom TreeView



C# Programming
07-08-2009, 06:22 PM
I'm trying to create a custom treeview that will draw a blue rectangle over a selected node and then redraw the text over it. Is there any command that can help me find the (x,y) coordinates of the node? The node can be selected by either mouse, keyboard, or a button. Any suggestions?