Changelogs
Thanks to Ulrich Bogun, Jim McKay & Julian Samphire.
3.2
Release date: MAY 07, 2024
[New]
AutoSetup now takes care of DesktopContainer.TabIndex.
3.1
Release date: MAR 24, 2024
[Demo]
The DesktopDisclosureTriangle.Pressed event has been renamed by Xojo to DesktopDisclosureTriangle.ValueChanged event and the demo app has been updated accordingly.
3.0
Release date: OCT 15, 2023
[New]
StackView now uses the Desktop Control API 2.0 (DesktopContainer etc.)[New]
Added ScrollController.AutoSetup and StackController.AutoSetup properties (designtime-only). If you set these properties to True, you do not need to set any additional code in the Opening-Events of ScrollController/StackController instances. The usage is optional.[New]
Added ViewController.ScrollerStyleChanged-Event and ScrollerStyleChange Method (which calls the ScrollerStyleChanged-Event). Also added ScrollController.NotifyViewControllersOfScrollerStyleChange Method (private).[New]
Added NotificationContainer class with NotificationCenter shared property - Superclass of ScrollController, StackController, ViewController. This results in less code as SVNotificationCenter = SVNotificationCenter.SharedInstance could be removed in several places in the code.[New]
On Windows, Linux and macOS (if UseNativeScroller = False), the DesktopScrollbar is now automatically created in the code and users no longer need to create a control instance in the layout editor.[New]
Using UseNativeScroller on macOS now auto-hides the Scrollers if not needed.[Renamed]
ViewController.Animated to UseAnimation to be consistent with naming within Scroll-/StackController.[Removed]
Dependence on Crypto Module for NSScrollView was removed and replaced with native UUID generation.[All]
Code clean-up and adjustment to coding guidelines in many places.
2.0
Release date: 29. DEC 2020
[All]
Adjustments for Xojo 2020+ (API 2.0 Updates)[macOS]
Fixed macOS Big Sur display problem[Demo]
Updated Demo (Linux Fixes)
1.09
Release date: NOV 20, 2019
[All]
Adjustments for Xojo 2019.021[Demo]
Updated Demo
1.08
Release date: OCT 20, 2019
[All]
The code has been updated to work well with Xojo's new API 2.0. Earlier Xojo versions use the old API calls. When you run "Analyze Project" in the Xojo IDE (2019.02), you will receive some warnings for deprecated events. Depending on whether you are running a Xojo version with API 2.0 (Xojo 2019.02 +), the Xojo IDE allows you to independently replace the events with the new events recommended by Xojo. Please note that the StackView sample file can only be opened with Xojo versions 2019.02 + after this point! It is therefore essential that you make a backup copy of your project before you use it![All]
Auto and Text have been deprecated, they have been replaced by Variant and String.[All]
Speed optimization of the Observer class (variables are now declared outside of loop calls).[Demo]
Added an example in which ViewController communicates with objects via events.[Demo]
Updated Demo
1.0.7
Release date: JUN 04, 2019
[macOS]
Fixes macOS Mojave display problem[All]
Updated code related to EraseBackground[All]
Updated Documentation[Demo]
Updated Demo
1.0.6
Release date: APR 24, 2018
[Win]
Microsoft Windows Support (only if using Xojo Version >= 2018.1 - no more flicker)[macOS]
Removed unused horizontal NSScroller when using UseNSScroller[All]
Updated Documentation[Demo]
Removed bugs & optimized Demo Project[Demo]
Get current Linux System to handle e.g. different Control sizes on „Linux Mint“ „Ubuntu“ & „Fedora“
1.0.5
Release date: NOV 14, 2017
[All]
Added methods to add/remove Views dynamically at the runtime[All]
Updated Documentation[Demo]
Added example „DynamicViewsWindow“
1.0.4
Release date: SEP 01, 2017
[macOS]
Added NSScrollView (macOS-only)[All]
Fixed incorrect ScrollBar PageStep Value[All]
Removed Canvas in ScrollController[All]
Updated Documentation[Demo]
Added example with Sketch Style[Demo]
Added example with Xojo Style
1.0.2
Release date: AUG 14, 2017
[All]
Rewrote of StackView Classes[All]
Removed all CPU-intensive Timers and Methods and using now an Interface[All]
Added example with Microsoft Style
1.0.1
Release date: AUG 11, 2017
[All]
Fixed some bugs
1.0.0 (initiale Release)
Release date: 10. AUG 2017
Last updated