Hey all - I have read a lot the posts about windows flicker etc. and I have made sure I am utilizing Windows/Container.Composited = True, I do not overlay controls, and I always use Window/Container/Canvas.paint for any drawings.
I have maybe 8 controls on a window directly (not on a container) and using a scrollbar (live scroll step 1) I am scrolling the control/label’s lastTop - Scroll.Value. Flicker is still noticeable on my Win10 laptop (not VM) (laptop that has a ton of horsepower). I have tried using control/label.transparent = true/false and I don’t get much differing results. (However I will try all of the controls at once to transparent = false based on William’s response here: https://forum.xojo.com/t/how-to-fix-canvas-flicker-in-windows-7-8-10/38483/130)
Obviously the built in windows apps have scrolling controls with no issues, but I know Xojo’s Windows API is an older one perhaps so there is no double buffering concept in those controls when drawn. So my question is what else can I do besides removing the control for a tab based approach. I took note of some UIFreeze Declares for listbox updates, but I am not needing that at this point.
Thanks in Advance.
Mike