ratishphilip/CompositionProToolkit

Virtualization or Incemental Loading for FluidWrapPanel

Closed this issue · 2 comments

Hi,

Firstly, I would like to thank you for such a great controls.

Secondly, could you tell me if you plan to add virtualization or incremental loading to FluidWrapPanel? If this is not in your plan, could you give me suggestion how that can be added?

Hi @ivanvs,

Sorry for the late reply.
First of all FluidWrapPanel derives from Panel and not from ItemsControl.
You need to create a control which derives from ItemsControl and implement virtualization in that control and then use the FluidWrapPanel as your ItemsPanel.

Hi @ratishphilip ,

Thank you for your answer. Sadly, I am not working on that project any more, but I am sure that this will help somebody with similar issue.