Sailfish OS
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS
Select Page
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS

API Documentation

Documentation for developing SailfishOS applications
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon

Contents

  • Properties
  • Methods
  • Detailed Description

VerticalScrollDecorator QML Type

Adds a vertical scroll indicator to a flickable Silica view More...

Import Statement: import Sailfish.Silica 1.0
  • List of all members, including inherited members

Properties

  • flickable : Item

Methods

  • showDecorator()

Detailed Description

The VerticalScrollDecorator type adds a vertical styled scroll decorator to the right edge of a SilicaFlickable, SilicaListView, or SilicaGridView.

While it is sufficient to declare the VerticalScrollDecorator as a child of a Flickable, for best performance it is recommended that the flickable be specified explicitly.

 SilicaListView {
     id: listView
     model: myModel
     delegate: myDelegate

     VerticalScrollDecorator { flickable: listView }
 }

See also HorizontalScrollDecorator and ScrollDecorator.

Property Documentation

flickable : Item

Specifies the SilicaFlickable, SilicaListView, or SilicaGridView on which the VerticalScrollDecorator is applied.

If flickable is not supplied then the scroll indicator will be applied to the closest ancestor Flickable.


Method Documentation

showDecorator()

Displays the scroll decorator for a short period. This can be used to notify user when there has been a change in scroll position without user scrolling the view.


  • Legal
  • Contact Us
  • Jollyboys Ltd © 2024

  • Facebook
  • Twitter
  • Mastodon
  • YouTube
  • LinkedIn