cancel
Showing results for 
Search instead for 
Did you mean: 

Scrollbar in disabled table

Former Member
0 Kudos

Hello,

in my new application I have a table with about 20 entries. 10 rows are displayed in the table ui element. To see the others it is necessary to use the scrollbar (lightspeed rendering).

As a simple possibility to switch to display mode of the application, I set the ENABLED property of the table to abap_false. Now it is not possible to use the scrollbar anymore (scrollbar is also deactivated).

Is this a normal behavior? Do I have to set all columns to disabled?

Thanks and regards

Marc

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Marc,

Couldn't you just switch to making the table read-only rather than disabled?

Same simple switch - single boolean attribute, you could even bind to the same context attribute you are using to enable/disable the table currently - just remember to click on the "NOT" option in the binding.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

thank you very much. This works fine! I thought enabled has nearly the same function but I was wrong...

Regards

Marc

Edited by: Marc Florschütz on Jul 23, 2010 8:51 AM