Skip to content

Add way to disable scrolling on a ScrollView/ListView like there is for TouchArea/Flickable #10782

@JarrettBillingsley

Description

@JarrettBillingsley

Feature Description

I wanna disable scrolling on a ListView but the same goes for ScrollView.

I worked around it by having a conditionally-visible TouchArea that covers the ListView and eats scroll events with

		scroll-event(ev) => {
			return accept;
		}

but that feels hacky

Product Impact

  • building a reverse engineering app which lists code
  • need to disable scrolling on the code listing when things are happening in the background
  • just a nice-to-have, it's easy to work around

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:widgetsImplementation of widgets (from std-widgets.slint) and their styles (mF,bS)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions