DockPanel LastChildFill doesn't consider visibility of control
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
The dockpanel doesn't checks if the last Control in it's list is Visible, Hiden, or Collapsed, and always reserves the remaining place for it.
This if the Control is collapsed doesn't really make sence.
It would be good if the place calculation of the panel would also consider the visibility property of the Control.
Contributor guide
Assessment
This issue has not been assessed yet.