Add-ons
  • Welcome
  • StackView
    • Version 2
      • How it works
      • How to use it
      • The Details
        • ScrollController
        • StackController
        • ViewController
      • Tips & Tricks
      • General Information
    • Version 3
      • How it works
      • How to use it
      • The Details
        • ScrollController
        • StackController
        • ViewController
      • Tips & Tricks
      • General Information
    • Changelogs
    • Purchase
  • FTC Word-Exporter
    • How to use it
    • General Information
  • CSTrueColors
    • Documentation
      • NSColorAddition
      • AppKitAddition
        • VisualEffectView
      • User32Addition
      • Template Images
      • The Demo Project
    • Changelog
  • Android
  • Open Source Projects
    • Android Design Extensions
  • Xojo Language Guide
    • The Basics
Powered by GitBook
On this page
  • Constants
  • 🔒 kExpansionPerTick As Number = 30
  • 🔒 kPeriod As Number = 30
  • Events
  • Collapse
  • Expand
  • ScrollerStyleChanged(showOnDemand As Boolean)
  • Methods
  • Expand(value As Boolean)
  • Init(collapsedHeight As Integer, expandedHeight As Integer)
  • ScrollerStyleChange(showOnDemand As Boolean)
  • Properties
  • Expanded As Boolean
  • UseAnimation As Boolean
  1. StackView
  2. Version 3
  3. The Details

ViewController

PreviousStackControllerNextTips & Tricks

Last updated 1 year ago

Class (inherits from )

Constants

🔒 kExpansionPerTick As Number = 30

Measure/Step (Pixel) while a ViewController collapse/expand.

🔒 kPeriod As Number = 30

Period (ms) while a ViewController collapse/expand.

Events

Collapse

Fires if a ViewController is collapsed.

Expand

Fires if a ViewController is expanded.

Parameters

Name
Description

showOnDemand

Methods

Expand or collapse a ViewController.

Parameters

Name
Description

value

Set a ViewController’s collapsed and expanded height.

Parameters

Name
Description

collapsedHeight

expandedHeight

Properties

Expanded As Boolean

Return state of a ViewController.

UseAnimation As Boolean

Animate a ViewController while collapsing/expending.

ScrollerStyleChanged(showOnDemand As )

Fires if Method gets called.

A specifiying the state of the macOS Scrollers if UseNativeScroller = True on ScrollController.

Expand(value As )

A specifiying the state of the ViewController.

Init(collapsedHeight As , expandedHeight As )

An specifiying the height of the collapsed ViewController.

An specifiying the height of the expanded ViewController.

ScrollerStyleChange(showOnDemand As )

Calls the -Event.

DesktopContainer
Boolean
Boolean
Integer
Integer
Boolean
ScrollerStyleChange
ScrollerStyleChanged
Boolean
Boolean
Integer
Integer
Collapse
Expand
ScrollerStyleChanged
Expand
Init
ScrollerStyleChange