dotnet / dotnet/wpf

DockPanel LastChildFill doesn't consider visibility of control

Open
#150 10 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.