Page 1 of 1

Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Wed Apr 21, 2021 2:13 pm
by dpkenny
Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Wed Apr 21, 2021 3:27 pm
by Scott Klement
Can you put a simple container inside the CSS panel, and then put all your widgets inside the simple container?

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 22, 2021 11:07 am
by dpkenny
That worked... Thank you!

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 22, 2021 11:30 am
by dpkenny
One Issue:
I lost my grid vertical scroll bar and have to use the mouse wheel to scroll...

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 22, 2021 1:38 pm
by Scott Klement
Make sure you've set both the 'overflow x' and 'overflow y' properties properly to show scrollbars.

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 29, 2021 2:41 pm
by dpkenny
Hi Scott,
I have them both set to scroll. Funny thing is it shows while in designer.
Kenny

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 29, 2021 2:45 pm
by dpkenny
Got it! I removed overflow Y and now it uses the grid scroll like I wanted.
Thank you

Re: Any way to do a horizontal scrollbar on CSS panel instead of simple container?

Posted: Thu Apr 29, 2021 4:30 pm
by Scott Klement
my bad... you wanted the grid to do scrolling not the layout.

Glad you figured it out!