scroll bars in repeating tables

V

Vinay

Hi,

Is it possible to have a fixed height of the repeating table and have scroll
bars when the number of items exceed the fixed height.

I have a form which has over 1500 hundred items in the master repeating
table and it is really difficult for the user to scroll the complete form to
reach to a particular item. As there are two detail repeating tables which
are below the master repeating table, it would become impossible for the user
to reach at the particular item and then scroll to the bottom of the form to
view the detail section.

I understand things can be improved by using filter, sort etc. I just wanted
to know if it was possible to have a Master/Detail similar to what we have
with .net datagrids.

Thanks & Regards,
Vinay
 
S

Scott Roberts [MSFT]

While you can't add scrollbars to repeating tables you can put your master
repeating table inside a scrolling region. The scrolling region is ideal
for this scenario.

- Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top