Hi,
I need to create ListBox with WrapPanel ItemsTemplate.
My item is displayed as a card with small top "toolbar" that is displaying dynamically on mouse over.
[ dyn. toolbar ] [ card ]
Everything is running well except the first line.
I need to have cards very close each other. Hence the Height of the item is set to height of the card without toolbar height. Toolbar is created with Margin.Top < 0.
The problem is that toolbar is clipped by listbox.
Do you know some technique how to solve this situation?
Thanks to all!