> For the complete documentation index, see [llms.txt](https://xojo.gitbook.io/add-ons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xojo.gitbook.io/add-ons/stackview/version-3/general-information.md).

# General Information

## FAQ

The StackView classes have been successfully tested under

* macOS 10.13+
* Windows 10/11
* Mint 18.2/19, Fedora 27/28, Ubuntu 16, Elementary OS 15 and Deepin 15.11

## Known Issues

* Currently there seems to be a bug in the Listbox under Linux (GTK+3) in Xojo. The Listbox header is displayed normally within the ContainerControl, but not the content area of the Listbox. To see the bug, unfold all tabs of the Apple demo and scroll down. The Listbox shines through outside the ContainerControl. ↠ Feedback case 49401.

{% hint style="success" %}
The use of Xojo 2021.3+ is recommended.
{% endhint %}

{% hint style="warning" %}
The demo app of StackView 3.0 is prepared for **Xojo** **2024r1**. The `DesktopDisclosureTriangle.Pressed` event has been renamed by Xojo to `DesktopDisclosureTriangle.ValueChanged` event.

If you are using an earlier version of Xojo and receive error messages, please implement the old `Pressed` event and copy the code from the `ValueChanged` event.
{% endhint %}

## How to purchase?

Just write me a private message at the Xojo Forum (<https://forum.xojo.com/u/martin_t>) with your valid e-mail address. I’ll sent you the invoice about **15 €** and after purchasing via PayPal you’ll get the unencrypted source code.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://xojo.gitbook.io/add-ons/stackview/version-3/general-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
