Skip to content

Loading all items when row details are expanded in datagrid wpf. #23

Description

@IG0111

When I select a row in the datagrid, details are displayed. This causes all pages to load.

public Task<PagedSourceItemsPacket<T>> GetItemsAtAsync(int pageoffset, int count, bool usePlaceholder)

This method is called until all pages are loaded.

Do you know how to solve it without disabling row details on selection?

I am using .net 4.5.
Control have this properties set:

CanContentScroll = true
VirtualizingPanel.ScrollUnit="Pixel"

If i leave scroll unit to "Item" than everything works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions