Hi, I'm using a tree view in a 2005 application. I need a way of displaying the treeview but making it read only. So when a user is looking at the form the treeview displays and I can programmatically select the correct node. Ive tried using the .Enabled property but when you do this the selected node loses its selection rectangle. Is there a way around this? I have the .HideSelection property set to false also. Thanks