This topic is locked
[SOLVED]

 scrollable box

11/17/2015 7:04:58 AM
PHPRunner General questions
F
Francesco_5000 author

sorry, wrong section <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=23492&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />
hi
I'm trying to lock this portion of the layout in the list page


the contents in the middle must be scrollable, I tried to inserted this portion of code:



.rnr-center{


padding:5px !important; height:500px !important; overflow-y:scroll !important ; border:0 !important;



}


in Style -> Modify -> Custom CSS
but it don't works properly, I don't see the box scrollable after 500px . Any ideas?

Admin 11/17/2015

It's hard to tell why would it work but did you try to use the built-in scrollable grid functionality for this purpose?

F
Francesco_5000 author 11/17/2015

I confess that ignored the functionality, then I activated the: "Scroll table data" described here http://xlinesoft.com/phprunner/docs/edit_page_settings.htm but I don't see the scrollbar, I've the build 25016 of phprunner 8.1 , if you prefer I'll send you a ticket

Admin 11/17/2015

Yes, you should post it to Demo Account and open a ticket so we can see what is happening there.

Admin 11/19/2015

Built-in 'Scroll table data' functionality works. The requirements are:

  1. Use horizontal data grid with column names on the top
  2. You won't see a scrollbar bar until you have enough data on the page. If you only have a few data records there is nothing to scroll and you won't see the scrollbar.