Version 3
Xojo Classes to implement StackViews by using DesktopContainers (2021 Release 3 and newer)
Last updated
Xojo Classes to implement StackViews by using DesktopContainers (2021 Release 3 and newer)
Last updated
BUY NOW - 15 €
Current Version: 3.2 (May 07, 2024)
The use of Xojo 2021r3+ is recommended.
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.
The classes enable a StackView, similar to Apple's NSStackView, to be used natively across platforms (macOS, Windows, Linux) with the help of DesktopContainers. The demo project was optimized for all three platforms. If the project is executed or compiled for Windows, the method PrepareForWindows
takes over all adjustments for the controls within the StackView to create a flicker-free version.
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.
Xojo developers from all over the world already use the StackView classes. Be a part of it!
🇦🇺 Australia 🇧🇪 Belgium 🇨🇦 Canada 🇩🇰 Denmark 🇫🇷 France 🇩🇪 Germany 🇮🇹 Italy 🇳🇱 Netherlands 🇷🇴 Romania 🇪🇸 Spain 🇬🇧 United Kingdom 🇺🇸 USA
🇺🇸 By David S. (16. SEP 2019)
Yours will be the very FIRST add-on that I actually will have bought, normally I write my own. ... I am liking this control 🙂
🇩🇪 By Markus W. (03. JUL 2018)
Martin's StackView class is pure Xojo and uses three levels of ContainerControls. And with the improvements for Windows in Xojo 2018 R1.1 it doesn't flicker on Windows. And it works on Linux.
🇺🇸 By Tim J. (07. JUN 2018)
I love this - Man, where were you 2 months ago? I've just completed my own implementation of something similar and your 15 Euros is a bargain compared to the hours that we spent ...