function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
di_zoudi_zou 

How do I limit how many entries are displayed in a ListView

I have a VisualForce component like this:

 

<apex:ListViews type="Case">
</apex:ListViews>

This displays a list of cases. How do I limit the number of cases that are displayed? I only want to display 5 cases in a list.