Skip to content

Instantly share code, notes, and snippets.

@arifsetiawan
Created June 18, 2012 09:52
Show Gist options
  • Save arifsetiawan/2947681 to your computer and use it in GitHub Desktop.
Save arifsetiawan/2947681 to your computer and use it in GitHub Desktop.
horizontal page list view
ListView {
id: contentView
anchors.fill: parent
highlightRangeMode: ListView.StrictlyEnforceRange
orientation: ListView.Horizontal
snapMode: ListView.SnapOneItem
clip: true
model: internalContentModel
spacing: 1
delegate : {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment