Displaying an Info Table in a Docked Pane

485
2
09-05-2017 07:47 PM
TD
by
New Contributor III

Hi Everyone,

What would be the simplest way of displaying an info table (not necessarily a database table) in a docked pane, similar to this (mock-up):

Each Zoom To link would zoom to a particular extent in a map window.

Thanks for your advice.

TD

0 Kudos
2 Replies
UmaHarano
Esri Regular Contributor

Hi

You could use a ListBox WPF control for this.  There are a few samples with Dockpanes with ListBox controls in the arcgis-pro-sdk-community-samples repo.  The DockPaneBookmarkAdvanced sample will help since it has logic with zooming to bookmarks.

Thanks

Uma

0 Kudos
TD
by
New Contributor III

Hi Uma,

This is exactly what I was looking for.

Thank You.

TD

0 Kudos