I have an application that will have a dashboard like interface for the main screen, and I need to display a list of recent items in the top left of the screen... each item view will be a fairly tall item displaying quite a bit of data... I want to only display the items that will fit on the screen in the area that the control is in... I don't want to have a scroll bar, and I don't want an item to be cut off partially...
Is there a simple way to do this?