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
Mike445Mike445 

Aligning pageblock section Columns

Hi,

Is there any way to align pageblock sections in columns. I see that we can align page block section items in columns but I wanna align pageblock section itself in two columns on VF page.

 

 

Help is appreciated.

 

Thanks,

Mike

Bhawani SharmaBhawani Sharma
<apex:pageBlockSection columns="2">
<apex:pageBlockSection columns="1">

</apex:pageBlockSection>
<apex:pageBlockSection columns="1">

</apex:pageBlockSection>
</apex:pageBlockSection>