Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-109645

When using listview to display millions of data, the spacing will become larger and smaller

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.9.0
    • None
    • Ubuntu 22.04.1 LTS 64-bit
    • All

    Description

      导入QtQuick 2.0
      
      导入QtGraphicalEffects 1.0
      
      物品
      {
          宽度:1000
          高度:1000
          鼠标区域
          {
              anchors.fill: 父母
              点击:
              {
                  testListView.positionViewAtEnd()
              }
          }
          列表显示
          {
              id:测试列表视图
              宽度:500
              身高:600
              型号:1000000
              委托:listViewDelegate
          }
          零件
          {
              id:listViewDelegate
              矩形
              {
                  宽度:500
                  身高:100
                  颜色:"红色"
                  文本
                  {
                      文字:索引
                      anchors.centerIn: 父级
                  }
              }
          }
      }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              fqcd99 毕 然
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes