You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to clear and then set a large amount of items into the layoutContainer while only updating the screen once. I was using textArea before but found it ugly. Also, does layoutContainer scroll if it fills to much? Is there already a different "Fancy list" container?
The text was updated successfully, but these errors were encountered:
So far there is no function to clear all items of a container or to disable screen updates. I think on Windows it could be implemented by using SendMessage(Handle, WM_SETREDRAW, WPARAM(False), 0);. For Gtk I found no equivalent.
The widget containers automatically provide scrollbars when the minimum size of the child widgets do not fit inside.
I want to clear and then set a large amount of items into the
layoutContainer
while only updating the screen once. I was usingtextArea
before but found it ugly. Also, doeslayoutContainer
scroll if it fills to much? Is there already a different "Fancy list" container?The text was updated successfully, but these errors were encountered: