Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Columns in the View Details window in ArcGIS Pro should use 100% of the space in the window #591

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Background

In ArcGIS Pro in the View Details window when more space is needed to display the entire coordinate (in the title) than is needed to display all of the field information, then an extraneous border is visible on the window, because a window large enough to display the entire coordinate is created, but the table/grid created to display the values is only as large as is needed to display the values.

Current behavior

Extraneous border is visible on the window in ArcGIS Pro because the window needs more space to pad and display the full title image

Expected behavior

Initial display of the window is based on the space needed to display both the title and all detail information. After resizing the window or fields, detail information continues to take up 100% of the area of the window. Window should resize as outlined in #590 image

dfoll commented 5 years ago

Issues #590,#591, #592 are all very closely related, but have their own specific differences that make them unique. They very likely will be handled all in the same effort, but all require their own very specific fixes.

csmoore commented 5 years ago

Testing from latest branch build at: Development\Commercial\Solutions\DefenseSolutions\CoordinateConversion\Testing\CTLocalGovTeam-dev\91\

csmoore commented 5 years ago

This was switched to use the Pro "Pop Up" form so is resizable now and looks like this:

CC: Show Details image

I was puzzled by the title "Pop Up" and dark-mode problems - but @dfoll explained that it was requested to just use the Pro "Pop Up" form so any issues with the form name or dark mode exist there and not in the CC addin:

Pro Feature Pop Up: image

I guess the only enhancement/difference might be to just call this menu item "Pop up" (versus View Details) like Pro does:

image

dfoll commented 5 years ago

logged @csmoore comment about "View Details" vs "Pop-up" in #614

dfoll commented 5 years ago
lfunkhouser commented 5 years ago

Verified doc updates on website and tested CTLocalGovTeam-dev\132 and MilitarytoolsforArcGIS\Dev\305