I'm having trouble finding a way to change the background color of the AxTOCControl. Is there an easy way to do this? I'm using ArcEngine 10 C# and VS2010. Thanks
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Nope, we could not find a way to do it. See my thread How to set background color in TOC? on the ESRI forum.
Might be a good Idea to vote on this ArcGIS Engine Idea |
||||
|
|
|
my guess is the first child hwnd under the main AxTocControl's hwnd is the treeview itself (you may want to try the top level one as well). You can use the following (unchecked) code to change a treeview's background color
|
|||
|
|