Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
1k views

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 ...
0
votes
2answers
980 views

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 ...