- Moderator
- #1
Funny bug this time 
I have a ListView with with ItemSource bound to Generic List of my custom objects. They display fine, but the last item is always missing. This is not easy to spot as you have to know the number of items from debugging, but if there is only one item in the list, nothing will be displayed.
Hope this is an easy one to fix. something like an Off by One error, hehe.
I have a ListView with with ItemSource bound to Generic List of my custom objects. They display fine, but the last item is always missing. This is not easy to spot as you have to know the number of items from debugging, but if there is only one item in the list, nothing will be displayed.
Hope this is an easy one to fix. something like an Off by One error, hehe.
Germany