ContainerControl.DoubleBuffer
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ContainerControl.Composited as a replacement. |
Property (As Boolean )
aContainerControl.DoubleBuffer = newBooleanValue
or
BooleanValue = aContainerControl.DoubleBuffer
New in 2018r1
Supported for all project types and targets.
or
BooleanValue = aContainerControl.DoubleBuffer
New in 2018r1
Supported for all project types and targets.
When True, reduces flickering on Windows when the ContainerControl is scrolled. Has no effect on macOS or Linux.