# Add-ons

## Add-ons

- [Welcome](https://xojo.gitbook.io/add-ons/master.md): Nice classes for Xojo. No encrypted code, just Xojo Add-ons.
- [StackView](https://xojo.gitbook.io/add-ons/stackview.md): Xojo Classes to implement StackViews
- [Version 2](https://xojo.gitbook.io/add-ons/stackview/version-2.md): Xojo Classes to implement StackViews by using ContainerControls (2021 Release 2 and previous)
- [How it works](https://xojo.gitbook.io/add-ons/stackview/version-2/how-it-works.md)
- [How to use it](https://xojo.gitbook.io/add-ons/stackview/version-2/how-to.md)
- [The Details](https://xojo.gitbook.io/add-ons/stackview/version-2/details.md)
- [ScrollController](https://xojo.gitbook.io/add-ons/stackview/version-2/details/scrollcontroller.md)
- [StackController](https://xojo.gitbook.io/add-ons/stackview/version-2/details/stackcontroller.md)
- [ViewController](https://xojo.gitbook.io/add-ons/stackview/version-2/details/viewcontroller.md)
- [Tips & Tricks](https://xojo.gitbook.io/add-ons/stackview/version-2/tips-and-tricks.md)
- [General Information](https://xojo.gitbook.io/add-ons/stackview/version-2/general-information.md)
- [Version 3](https://xojo.gitbook.io/add-ons/stackview/version-3.md): Xojo Classes to implement StackViews by using DesktopContainers (2021 Release 3 and newer)
- [How it works](https://xojo.gitbook.io/add-ons/stackview/version-3/how-it-works.md)
- [How to use it](https://xojo.gitbook.io/add-ons/stackview/version-3/how-to.md)
- [The Details](https://xojo.gitbook.io/add-ons/stackview/version-3/details.md)
- [ScrollController](https://xojo.gitbook.io/add-ons/stackview/version-3/details/scrollcontroller.md)
- [StackController](https://xojo.gitbook.io/add-ons/stackview/version-3/details/stackcontroller.md)
- [ViewController](https://xojo.gitbook.io/add-ons/stackview/version-3/details/viewcontroller.md)
- [Tips & Tricks](https://xojo.gitbook.io/add-ons/stackview/version-3/tips-and-tricks.md)
- [General Information](https://xojo.gitbook.io/add-ons/stackview/version-3/general-information.md)
- [Changelogs](https://xojo.gitbook.io/add-ons/stackview/changelogs.md): Thanks to Ulrich Bogun, Jim McKay & Julian Samphire.
- [Purchase](https://xojo.gitbook.io/add-ons/stackview/purchase.md): How to purchase?
- [FTC Word-Exporter](https://xojo.gitbook.io/add-ons/ftc-word-exporter.md): Xojo Classes to export Formatted Text Control Documents to Microsoft Word
- [How to use it](https://xojo.gitbook.io/add-ons/ftc-word-exporter/how-to-use-it.md)
- [General Information](https://xojo.gitbook.io/add-ons/ftc-word-exporter/general-information.md)
- [CSTrueColors](https://xojo.gitbook.io/add-ons/cstruecolors.md): A collection of Xojo modules for full dynamic handling of system colors on macOS and Windows and easier macOS Mojave Dark Mode support
- [Documentation](https://xojo.gitbook.io/add-ons/cstruecolors/documentation.md): Please select a part to view its features
- [NSColorAddition](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/nscoloraddition.md): A module containing dynamic system colors for macOS and Windows and color manipulation methods, mainly for macOS
- [AppKitAddition](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/appkitaddition.md): Adds extended image and color handling features to Xojo controls. Currently PushButton, RadioButton, PopupMenu, Window, MenuItem and SegmentedControl.
- [VisualEffectView](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/appkitaddition/visualeffectview.md): A background control that adds translucency and vibrancy effects to the GUI.
- [User32Addition](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/user32addition.md): Adds extended image and color handling features to Xojo controls. Currently PushButton, RadioButton, PopupMenu, Window, MenuItem and SegmentedControl.
- [Template Images](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/template-images.md)
- [The Demo Project](https://xojo.gitbook.io/add-ons/cstruecolors/documentation/the-demo-project.md)
- [Changelog](https://xojo.gitbook.io/add-ons/cstruecolors/changelog.md)
- [Android Extensions Pro](https://xojo.gitbook.io/add-ons/android/android-extensions-pro.md)
- [Math](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/math.md)
- [BigIntegerXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/math/bigintegerxc.md)
- [AndroidPDFViewerXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/androidpdfviewerxc.md): A control to display PDF files.
- [PDFDocumentXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc.md): An object containing graphics and/or text that can be saved to a PDF file.
- [GraphicsBrushXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/graphicsbrushxc.md): This is the class interface for LinearGradientBrushXC, PictureBrushXC, RadialGradientBrushXC and SweepGradientBrushXC.
- [LinearGradientBrushXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/graphicsbrushxc/lineargradientbrushxc.md): Creates an image consisting of a progressive transition between two or more colors along a straight line.
- [PictureBrushXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/graphicsbrushxc/picturebrushxc.md): Uses the supplied image to draw an area based upon the mode set.
- [RadialGradientBrushXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/graphicsbrushxc/radialgradientbrushxc.md): Creates an image which represents a gradient of colors radiating from an origin, the center of the gradient.
- [SweepGradientBrushXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/graphicsbrushxc/sweepgradientbrushxc.md): A gradient transitioning between two colors between a start and end angle.
- [PDFGraphicsXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/pdfgraphicsxc.md): A Graphics object that can be used for drawing to a PDFDocumentXC.
- [PDFTableXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/pdftablexc.md): A table that can appear in a PDFDocumentXC.
- [CellRangeXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/pdftablexc/cellrangexc.md): A range of cells in a PDFTableDataSourceXC.
- [PDFTableDataSourceXC](https://xojo.gitbook.io/add-ons/android/android-extensions-pro/pdfdocumentxc/pdftablexc/pdftabledatasourcexc.md): A data source to use to populate a PDFTableXC.
- [Android Design Extensions](https://xojo.gitbook.io/add-ons/open-source-projects/android-design-extensions.md): A set of 1027+ UI extensions for Xojo Android framework.
- [The Basics](https://xojo.gitbook.io/add-ons/xojo-language-guide/the-basics.md)
