Sunday, March 11, 2012

Can I "freeze" the leftmost 2 columns when scrolling horizontally?

Hello,

I have a very wide report that uses a table control. I would like to "freeze" the two leftmost columns so that they remain visible when the user is scrolling horizontally (sideways). Is this possibe?

Thanks,

BCB

In RS2005, there is an option to "Header should remain visible while scrolling"
These can be found in your table or matrix groups' properties/options,
or as a whole table/matrix (not doing it by a group)

|||

Hi,

But that option just applies to up and down scrolling. I'm trying to keep the leftmost columns in view while I scroll a very wide report to the right. I've never found that the option you mentioned works for sideways scrolling.

|||

Select both entire columns of the table that you want to freeze by using the column selectors.

Then in the VS properties window, you should find a "FixedHeader" property at the bottom. Set it to True.

-- Robert

|||

Beautiful, Robert - thanks.

BCB

No comments:

Post a Comment