java - Limit ScrolledComposite to painting just the visible area on resize -


i have scrolledcomposite contains custom composites used containers few label objects , profile picture text (imagine email client many emails in incoming box). problem is, if scrolledcomposite has few hundred of composites, resizing of scrolledcomposite (via tracker or window resizing) takes long (more second) since whole composites in scrolledcomposite must resized. there way improve performance maybe using cache? or resizing composites visible user? there out there faced same problem?

i appreciate help. ty.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -