KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Partially fix taskview scroll #116

Closed Shivansps closed 6 months ago

Shivansps commented 6 months ago

Partial fix to the missing scroll on taskview, if the task list is longer than 550 pixels it will correctly display the scrollbar. But if the user makes the program window smaller than what is needed to display the full tasklist the scrollbar will not be displayed or updated, UNLESS the users move the expander what makes the grid update the height so the scrollviewer can work correctly.

I have no idea if this is an avalonia bug or a incorrect implementation, i will make a note to ask about it.

Edit: i reduced the tasklist max height to 350 pixels