Hi, I have an ItemsControl that I want to fit into a small space. Typically it will display less than 3 items, however, I would like the it to indicate when it has more items than it can display and have a popup on the indicator to show all items (which will still be aa small amount).
The current ItemsContainerPanel is a WrapPanel, which I was hoping would provide an Ellipsis type function like TextBlock, but alas it doesn't.
I'm having trouble find the "number of elements visible" to display my indicator. Can anybody make a suggestion as to how I might do this?
(The ItemsControl is part of a user control that can be resized, and the ItemsControl will resize as it is in a star sized grid column)
Thanks, Chris