PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Scrollbar
Scrollbar
Débuté par Gavin Webb, 08 juil. 2013 08:58 - 2 réponses
Membre enregistré
6 messages
Posté le 08 juillet 2013 - 08:58
On my webdev18 app, on my default screen there is no vertical scrollbar as there isn't enough content. However when I click on a link that shows content I get a scrollbar (if there is lots of content) - which is all fine, however it makes my app content kinda jump a little to the left which looks a bit ugly. Is there a way to force a scrollbar on all pages?
Posté le 08 juillet 2013 - 14:50
Hi Gavin

yes there is, but you'll need to call some javascript code... And then
you'll always have an ugly scrollbar even when not needed... Appearing
scrollbar is kind of the norm, out there, so I'm not sure it's worth it

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

New web site (EXPERIMENTAL) http://www.fabriceharari.eu
(More information on http://www.fabriceharari.com)


On 7/8/2013 12:58 AM, Gavin Webb wrote:
On my webdev18 app, on my default screen there is no vertical scrollbar
as there isn't enough content. However when I click on a link that
shows content I get a scrollbar (if there is lots of content) - which is
all fine, however it makes my app content kinda jump a little to the
left which looks a bit ugly. Is there a way to force a scrollbar on all
pages?
Membre enregistré
6 messages
Posté le 08 juillet 2013 - 15:05
Fair enough - I agree. However is there a way (maybe through cells) to stop the app from shifting left every time the scrollbar appears?