attach a panel to TreeView control
问题 I am beginner in c#. In my project, I populated a xml file inside a TreeView control. If the xml file is large, the TreeView control is showing the data with scroll bars. Beside this, whenever the user double clicks a node I am showing a panel beside the selected node something like this.. When I scroll the TreeView Control : My question is how to make the panel attached to treeView control so that eventhough the user scrolls the TreeView control the panel should also move along with the