Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The FlickerFree property can be used to remove the flickering problem commonly seen when using the Height property, particularly when using auto height. The flickering occurs because the tab's background is drawn many milliseconds after the parent window has already erased the background.

...

Code Block
// Turn on flicker free (during CREATE event) 
Set_Property(@Window:".OLE_TAB", "OLE.FlickerFree", 1) 

// Turn off flicker free (during CLOSE event) 
Set_Property(@Window:".OLE_TAB", "OLE.FlickerFree", 0)

See Also

Height