ratishphilip / CompositionProToolkit

Collection of Helper classes and controls (using Win2d) for Windows.UI.Composition
MIT License
235 stars 29 forks source link

Virtualization or Incemental Loading for FluidWrapPanel #18

Closed ivanvs closed 5 years ago

ivanvs commented 6 years ago

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?

ratishphilip commented 5 years ago

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.

ivanvs commented 5 years ago

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.