代码之家  ›  专栏  ›  技术社区  ›  Adam Lassek

我可以用动态GroupItemCount创建ListView吗?

  •  2
  • Adam Lassek  · 技术社区  · 17 年前

    region1
        store1
        store2
        store3
    region2
        store4
    region3
        store5
        store6
    

    3 回复  |  直到 17 年前
        1
  •  2
  •   Vinko Vrsalovic    17 年前

    我没有使用GroupItemCount,但我使用了由 Matt Berseth 有头衔的 Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls 并按所需的键对项目进行分组。

        2
  •  2
  •   c0d3m0nk3y    12 年前

    之后 正在设置GroupItemCount属性。我也有同样的问题,我就是这样解决的。

        3
  •  0
  •   mathijsuitmegen    16 年前

    我尝试以编程方式使用GroupItemCount,但没有得到预期的结果。