You need to sign in to do that
Don't have an account?
Mikko4
Fixed height for pageBlock
Hello,
Is it possible to have fixed pre-defined height for a pageBlock? I would like to add a Visualforce page to Home Page. Ideally the pageBlock element would always have same height and since the content of it is a table which can have 0-n rows the scrollbar would appear inside the pageBlock.
Thanks!
You can wrap the pageblock inside an outputPanel and give that output panel a fixed height. See following example.
Almost, but Mikko4 wants the scroll bars to be inside of the pageblock.
Thanks - 7 years on!