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
  • Detailed Description

ScrollDecorator QML Type

Adds horizontal and vertical scroll indicators to a flickable Silica view More...

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

Properties

  • flickable : Item

Detailed Description

The ScrollDecorator type adds horizontal and vertical styled scroll decorators to the edges of a SilicaFlickable, SilicaListView, or SilicaGridView.

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

 SilicaFlickable {
     id: flick
     contentWidth: width * 2
     contentHeight: height * 2

     ScrollDecorator { flickable: flick }
 }

See also HorizontalScrollDecorator and VerticalScrollDecorator.

Property Documentation

flickable : Item

Specifies the SilicaFlickable, SilicaListView, or SilicaGridView on which the decorators are applied.

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


  • Legal
  • Contact Us
  • Jollyboys Ltd © 2024

  • Facebook
  • Twitter
  • Mastodon
  • YouTube
  • LinkedIn