CUAHSI / CUAHSI/HydroDesktop

Enforce DockPanel Min/Max size constraints

Open
#58 4 comments 0 reactions 0 assignees View on GitHub
CodePlex
Dominant language
C#
Stars
76
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the DockPanel implementation and inspect how panel.InnerControl sizing is handled. Verify the expected minimum and maximum size behavior for dockable panels, then confirm the constraints with the existing desktop application behavior; no test file is named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.