Home - Forums-.NET - FlyTreeView (ASP.NET) - Images on the nodes appear/disappear

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Images on the nodes appear/disappear
Link Posted: 17-Sep-2005 21:54
I am using the latest version of TreeView control (version 3.5.10). The issue I am facing is that, when the tree contains lot of nodes and then if you click on any node, for a moment, the icons on the other nodes disappear. If I move the mouse over the disappeared icon/image again , it appears.  Is anybody facing this issue, any help in this direction will be greatly appreciated.

The chnage in my code is that, I am not loading the images from the "aspnet_client" folder, but instead loading from "Images" folder on my website
Link Posted: 18-Sep-2005 20:30
I think you should try to preload your images somewhere in your page before treeview. And also please make sure you have proper IIS settings for the images folder, so they can be cached by your browser.

Btw. Does this strange behavior occure at the single place or do you get it from another PC also?