FluffyToaster / Osiris

Everyday use Python GUI
0 stars 0 forks source link

Widgets are not scrollable or pageinated #8

Closed FluffyToaster closed 5 years ago

FluffyToaster commented 5 years ago

In multiple tabs (MP and GP especially), the number of widgets can grow arbitrarily large. In the past, research into scrollbars has been done, but this proved fruitless. Instead, the recommended approach is to render a given subset of the widgets with the option of showing other pages.

This would have the added bonus of vastly improving the performance of widget deletion, mostly in MP.

FluffyToaster commented 5 years ago

Now to actually turn this into an issue