TreeView Xojo plugin

DesktopTreeView.QuartzShading Property

If set to true then the selection will be shaded when running on MacOS X Mach-O targets.

QuartzShading as Boolean {Read and Write}

Remarks



To the left there is no Quartz Shading in the selection, while to the right Quartz Shading is used.


This property has no effect if any of the following is true:
  • The running platform is not MacOS X Mach-O.
  • The selection is not in Highlight full row mode.

    Please note that if QuartzShading is done then the SelectionColor property will be ignored.

    Note: This property automatically switches it self off when on Big Sur since the Quartz shader does not currently work there.

    This property does nothing on new macOS systems such as Big Sur.

    See Also

    DesktopTreeView Control