Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Ensuring the Panel can scroll horizontally

Hi (again)

I need to display 4 images one after the other in a Panel, these images are sourced from internet addresses.

I've tried using DIV and I've tried using HTML, but the panel will not scroll.

On my Android phone, I can see the first couple of images but I cannot drap them across to see the others.

The test code I have that works in a browser simply creates the table in HTML, this has scroll bars in the browser, but is not scrollable in the panel, can you help please?

var mainhtml='<!DOCTYPE html SYSTEMMain Title of Web PageMenu
HTML
CSS
JavaScriptPic1 herePic 2 herePic 3 here etc etcFinal row here';

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Ensuring the Panel can scroll horizontally

I've fixed this with some css:

added a class:

.panelclass {
width: 99%;
overflow: auto;
border: 1px red solid;
}

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Ensuring the Panel can scroll horizontally

Hi Andy,

Thank you for update.

Return to “Issues”