elementflow

ElementFlow: Exception in MeasureOverride

I'm trying to use FluidKits ElementFlow-control in my application, but get an exception in the MeasureOverride method of ElementFlow. Layout measurement override of element 'FluidKit.Controls.ElementFlow' should not return PositiveInfinity as its DesiredSize, even if Infinity is passed in as available size. In the sample applicatio...

Get a WPF ListBox item from MouseLeftButtonDown

I want to run some code when the user single clicks on any given ListBox item. My setup is a ListBox with a custom ItemsPanelTemplate (Pavan's ElementFlow). Based on the position data that comes in to MouseLeftButtonDown is there a way to tell which item is was clicked? This is made a bit more difficult (or more confusing) by the cust...

WPF Fluidkit ElementFlow, Apply ItemTemplate to individual items.

Hello, I am currently binding an ElementFlow control to an observablecollection of BitmapImages. My elementflows datatemplate is set up to decorate each item with a blue border. However, I was wondering if someone with experience in using FluidKit could advise me on how to set the ItemTemplate of individual BitmapImages based on certai...