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
udayarangareddy mekalaudayarangareddy mekala 

VF Tag#12

Hi,
  What is the difference  between the <apex:Listview> and <apex:enhancedList>.


Thanks&Regards
​Ranga
Fouzan Baig AFouzan Baig A
Refer the official documentation (https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_enhancedList.htm).

The <apex:enhancedlist> is a list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. This component has additional attributes that can be specified, such as the height and rows per page, as compared to <apex:listView>.

The <apex:listView> does not allow you to specify height and rows per page. I hope this helps.