CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

Enforce DockPanel Min/Max size constraints #58

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
Dockable panel minimum size should be set to the size of the inner control:

dockPanel.Width = panel.InnerControl.Width; dockPanel.Height = panel.InnerControl.Height

xhqiao89 commented 7 years ago

mogikanin[CodePlex]
As alternative you can build HD before changeset 8f0bbcde4c7c and compare dockpanels behavior with current state :) as i remember in some cases dock panels had a size less then theirs content size, so some controls will be not fully visible. anyway you can close this issue now.

xhqiao89 commented 7 years ago

Sonic87[CodePlex]
Could I have more information so I could replicate this?

xhqiao89 commented 7 years ago

smithry[CodePlex]
I don't understand what the 'inner control' is. Eric or Jacob, could one of you test this?

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
Fixed in changeset 8f0bbcde4c7c in HydroDesktop.Docking