Select to view content in your preferred language

Viewing Attribute Tables in AxTOCControl

2252
2
03-28-2012 07:42 AM
AndrwSmith
Emerging Contributor
Hi All,

I would like to know if it is at all possible to view Attribute Tables in an AxTOCControl.  I have rolled my own attribute tables view which is effective, but there is a considerable amount of work to give it the same look and feel.

Is there any resources available that show how to create a TOCControl filter, or a setting that needs to be set.

Any pointers are much appreciated (any language is great too).

EDIT
This is to be used in a stand alone application written in C#.
0 Kudos
2 Replies
sapnas
by
Frequent Contributor
Check out the below link that has sample code that utilizes TOCCOntrol.

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000000s5000000

You can add an item to the ToolbarMenuClass and modify it to launch custom Attribute table that you have implemented.
0 Kudos
AndrwSmith
Emerging Contributor
I guess I wasn't as clear as I should have been.

I'm looking to have a Data source list view like that in ArcMap, using the ArcTOCControl.  I've written my own that behaves similar to the AxTOCControl but there are a few holes that doesn't give it the same look and feel.

I read that you can create TOC filters that filter the data in different ways.  I'm curious if there are is anyone out there that has done this before.

Pointers would be helpful.
0 Kudos