Hi Guys,
I'm trying to solve the problem of efficient glyph rendering in Solution Explorer. The common and well known way is to run through the whole solution hierarchy from root (solution file) to all child nodes and refresh glyphs one by one. But it is absolutely inefficient when we want to update only visible glyphs. If there any way of getting only visible objects using VS SDK API? Has anyone solved similar problem before?
Many thanks