Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

GameScrollView

The GameScrollView wraps the QtQuick Controls ScrollView and styles it with the GameStyle. More...

Import Statement: import Felgo 4.0
Inherits:

ScrollView

Detailed Description

Note: Gaming controls like GameScrollView are deprecated and will no longer receive updates and fixes. Instead, please use the Felgo App Controls.

Example Usage

 GameScrollView {
   anchors.fill: parent
   flickableItem.interactive: true

   ListView {
     anchors.fill: parent
     model: 100
     delegate: GameButton {
       text: modelData
     }
   }
 }

See also ScrollView and GameStyle.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded