adanvdo / YT-RED-UI

Windows .NET Framework GUI Application for Downloading Video and Audio Files from YouTube and Reddit
48 stars 1 forks source link

Control Panel Contents are clipped if main window is too small #134

Closed adanvdo closed 1 year ago

adanvdo commented 1 year ago

With the Best DL Limit controls added, the control panel does not resize properly when the main form is resized. This causes the history grid to become unreadable.

The control panel needs to allow scrolling the full contents if the main window is smaller than the total height of the controls.

adanvdo commented 1 year ago

I have moved the control panel into a scrollable content control. In order to get the scroll bar to show up I had to add some custom handling that changes the dock style of the Control Panel when it is too large to display everything.

This should be fixed