Virtualizing Panel that doesn't crop items
问题 So, it looks really silly to have a chrome-less collection if the items are getting cut/cropped at the end of the scroll region. I want to create a virtualizing panel for collections (ItemsControl/ListBox) that only draws whole items, never pieces of items. For example: ______________ | | |______________| ______________ | | |______________| ______________ | | I don't want the 3rd partial container to be displayed unless there is room for the WHOLE item/container to be displayed. In the