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

HorizontalScrollDecorator QML Type

Adds a horizontal 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

Detailed Description

The HorizontalScrollDecorator type adds a horizontal styled scroll decorator to the bottom edge of a SilicaFlickable, SilicaListView, or SilicaGridView.

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

 SilicaListView {
     id: listView
     model: myModel
     delegate: myDelegate
     orientation: ListView.horizontal

     HorizontalScrollDecorator { flickable: listView }
 }

See also VerticalScrollDecorator and ScrollDecorator.

Property Documentation

flickable : Item

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

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


  • Legal
  • Contact Us
  • Jolla Mobile Ltd © 2025

  • Facebook
  • Twitter
  • Mastodon
  • YouTube
  • LinkedIn