User Activity

  • Posted a comment on discussion Open Discussion on ObjectListView

    Looks like Microsoft has changed the names of private fields in ListView to start with an underscore. I needed to add the following to VirtualObjectListView.cs. if NET7_0_OR_GREATER virtualListSizeFieldInfo = typeof(ListView).GetField( "_virtualListSize", BindingFlags.NonPublic | BindingFlags.Instance); else virtualListSizeFieldInfo = typeof(ListView).GetField("virtualListSize", BindingFlags.NonPublic | BindingFlags.Instance); endif I also changed ObjectListView.DesignTime.Cs, but not sure if that...

View All

Personal Data

Username:
mwalter1964
Joined:
2023-03-29 18:40:26.123000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB