You need to sign in to do that
Don't have an account?

Enhanced List VisualForce Page
Need help with my VF page. I am trying to display only the list view with no header, no buttons, no sidebar and not actions. Anyone know how?
<apex:page sidebar="false" > <apex:enhancedlist type="Location__c" height="730" customizable="false" rowsPerPage="50" Listid="00B19000000S8a3" /> </apex:page>
More code, but the page will not be related to any object.
You should remove buttons from Pagelayout and run the page like url below.
PageName?isdtp=vw or PageName?isdtp=mn